Skip to content

Commit 0b1ba90

Browse files
committed
chore: replace Makefile with package.json scripts
1 parent 19612e6 commit 0b1ba90

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.mocharc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ui: exports
2+
reporter: dot

Makefile

-11
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
},
3939
"license": "MIT",
4040
"scripts": {
41-
"test": "make test"
41+
"test": "NODE_ENV=test ./node_modules/.bin/mocha test/*.test.js"
4242
}
4343
}

0 commit comments

Comments
 (0)