Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

Commit 5e040d8

Browse files
authored
Merge pull request #35 from simplabs/missing-node-tests
add missing node tests
2 parents 526cfe8 + f099135 commit 5e040d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"lint:js": "eslint .",
2121
"start": "ember serve",
2222
"test": "npm-run-all lint:* test:*",
23-
"test:ember": "ember test"
23+
"test:ember": "ember test",
24+
"test:node": "node tests/runner.js"
2425
},
2526
"dependencies": {
2627
"core-object": "^1.1.0",

0 commit comments

Comments
 (0)