Skip to content

Commit 52e02f1

Browse files
committed
add test for shaker sort
1 parent 1b3b8a2 commit 52e02f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/sorting/shakersort.spec.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
var sortTestCase = require('./sort.testcase.js');
2+
var shakerSort =
3+
require('../../src/sorting/shakersort.js').shakerSort;
4+
5+
sortTestCase(shakerSort, 'Shaker sort');

0 commit comments

Comments
 (0)