Skip to content

Commit 92ea459

Browse files
committed
Convert tests to JS
1 parent 11eb969 commit 92ea459

File tree

5 files changed

+454
-470
lines changed

5 files changed

+454
-470
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"repository": "ai/visibilityjs",
1414
"devDependencies": {
1515
"chai": "4.1.2",
16-
"coffeescript": "^2.3.0",
1716
"mocha": "5.2.0",
1817
"sinon": "^5.0.7",
1918
"sinon-chai": "3.0.0",

test/mocha.opts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
--reporter spec
22
--require ./test/mocha
3-
--require coffeescript/register
4-
test/*.coffee
3+
test/*.test.js

0 commit comments

Comments
 (0)