We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936f7ee commit 1e5f9ddCopy full SHA for 1e5f9dd
test/lib/index.test.js
@@ -1,5 +1,5 @@
1
var expect = require('chai').expect;
2
-var validate = require('../../lib');
+var validate = require('../../index.js');
3
describe('validate', () => {
4
it('should be a function', () => expect(validate).to.be.a('function'));
5
0 commit comments