Skip to content

Commit 0a979d9

Browse files
committed
[package] npm test script
1 parent 0ee1e1e commit 0a979d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
},
1717
"devDependencies": {
1818
"nodeunit":"0.6.4"
19+
},
20+
"scripts": {
21+
"test": "node_modules/.bin/nodeunit test/parser test",
1922
}
2023
}

0 commit comments

Comments
 (0)