Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit e2d58bc

Browse files
committed
Enable tests to work on JS files.
1 parent 99f2583 commit e2d58bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/bdd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
./node_modules/mocha/bin/mocha -w --reporter spec --compilers=coffee:coffeescript/register ./test/**/*-test.coffee
2+
./node_modules/mocha/bin/mocha -w --reporter spec ./test/**/*-test.js

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
./node_modules/mocha/bin/mocha --reporter spec --compilers=coffee:coffeescript/register ./test/**/*-test.coffee
2+
./node_modules/mocha/bin/mocha --reporter spec ./test/**/*-test.js

0 commit comments

Comments
 (0)