Skip to content

Commit

Permalink
Start to migrate ava test to mocha
Browse files Browse the repository at this point in the history
this runs both mocha and ava, new tests should go in mocha, do a mitzva and move a test to mocha today
  • Loading branch information
reconbot committed Jul 12, 2017
1 parent bfb3f97 commit 1a4d4a8
Show file tree
Hide file tree
Showing 57 changed files with 69 additions and 4,351 deletions.
7 changes: 6 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"env": {
"node": true
"node": true,
"mocha": true
},
"globals": {
"assert": false,
"td": false
},
"extends": [
"standard",
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/*
npm-debug.log
lib/
tmp/
package-lock.json
Loading

0 comments on commit 1a4d4a8

Please sign in to comment.