Skip to content

Commit

Permalink
put back sinon
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemmarsh committed May 12, 2016
1 parent 488bccd commit 26cc134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulp/tasks/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ gulp.task('test', () => {

// Ensure that 'sinon' and 'chai' library methods will be
// available to all tests
global.sinon = require('sinon');
global.assert = require('chai').assert;

return (gjc.createTask({
Expand Down

0 comments on commit 26cc134

Please sign in to comment.