Add sinon-test for easier test stub cleanup
This commit is contained in:
parent
5b7c0a98f7
commit
2f51c130cc
6 changed files with 71 additions and 58 deletions
|
@ -45,6 +45,13 @@ const browserifyConfigs = [
|
|||
config: {
|
||||
standalone: 'chaiAsPromised'
|
||||
}
|
||||
},
|
||||
{
|
||||
src: 'node_modules/sinon-test/dist/sinon-test.js',
|
||||
dest: 'test/resource/sinon-test.js',
|
||||
config: {
|
||||
standalone: 'sinonTest'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue