Skip to content

Commit 1e5f9dd

Browse files
author
Kuntsevich Andrei
committed
use builded lib instead of source in core tests
1 parent 936f7ee commit 1e5f9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var expect = require('chai').expect;
2-
var validate = require('../../lib');
2+
var validate = require('../../index.js');
33
describe('validate', () => {
44
it('should be a function', () => expect(validate).to.be.a('function'));
55

0 commit comments

Comments
 (0)