Skip to content

Commit

Permalink
Require sinon in test bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnab committed Feb 25, 2014
1 parent bda2c49 commit aac1846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ target['test-bundle'] = function () {
console.log('Bundling tests...');

[
"require('should');"
"require('should');",
"require('sinon');"
]
.concat(find('./test')
.filter(function(file) { return file.match(/\.js$/); })
Expand Down

0 comments on commit aac1846

Please sign in to comment.