Skip to content

Commit 8427895

Browse files
committed
uncomment mocha shim
1 parent 7947298 commit 8427895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ require.config({
2525
underscore: {
2626
exports: '_'
2727
},
28-
/*mocha: {
28+
mocha: {
2929
exports: 'mocha'
30-
}*/
30+
}
3131
}
3232
});
3333

0 commit comments

Comments
 (0)