Skip to content

Commit

Permalink
chore: replace Makefile with package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Sep 7, 2022
1 parent 19612e6 commit 0b1ba90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .mocharc.yml
@@ -0,0 +1,2 @@
ui: exports
reporter: dot
11 changes: 0 additions & 11 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,6 +38,6 @@
},
"license": "MIT",
"scripts": {
"test": "make test"
"test": "NODE_ENV=test ./node_modules/.bin/mocha test/*.test.js"
}
}

0 comments on commit 0b1ba90

Please sign in to comment.