Skip to content

Commit

Permalink
fix jsapi test
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Apr 21, 2018
1 parent 6f9831d commit db4853d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jsapi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var mocha = new Mocha({
growl: true
});

global.expect = require('expect.js');
require('../setup');

mocha.addFile('test/unit/suite.spec.js');
mocha.addFile('test/unit/runner.spec.js');
Expand Down

0 comments on commit db4853d

Please sign in to comment.