Skip to content

Commit

Permalink
Convert the tests away from CoffeeScript
Browse files Browse the repository at this point in the history
Also makes them stop relying on global variables.
  • Loading branch information
crookedneighbor authored and domenic committed Jun 11, 2017
1 parent 40b35f3 commit 63ac40f
Show file tree
Hide file tree
Showing 22 changed files with 1,993 additions and 1,185 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -33,7 +33,6 @@
},
"devDependencies": {
"chai": "^4.0.2",
"coffee-script": "~1.8.0",
"eslint": "^3.19.0",
"istanbul": "~0.4.5",
"mocha": "^3.4.2",
Expand Down
10 changes: 10 additions & 0 deletions test/.eslintrc.json
@@ -0,0 +1,10 @@
{
"extends": "../.eslintrc.json",
"env": {
"mocha": true,
"node": true
},
"rules": {
"no-unused-expressions": "off"
}
}
230 changes: 0 additions & 230 deletions test/callArguments.coffee

This file was deleted.

0 comments on commit 63ac40f

Please sign in to comment.