Skip to content

Commit 0263471

Browse files
committed
Respond to PR feedback, add sinon.js as test dependency
1 parent 00be66e commit 0263471

File tree

4 files changed

+31899
-48
lines changed

4 files changed

+31899
-48
lines changed

test/test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ require.config({
22
baseUrl:'./',
33
paths : {
44
'lib' : '../lib',
5-
'chai' : './testDeps/chai'
5+
'chai' : './testDeps/chai',
6+
'sinon': './testDeps/sinon'
67
}
78
});
89

test/testAudio/constant.wav

-1.83 MB
Binary file not shown.

0 commit comments

Comments
 (0)