Skip to content

Commit 8006156

Browse files
committed
add a test command so that tests may be invoked with npm test
1 parent d7222de commit 8006156

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
"JSONSelect.md",
2424
"package.json",
2525
"LICENSE"
26-
]
26+
],
27+
"scripts": {
28+
"test": "node src/test/run.js"
29+
}
2730
}

0 commit comments

Comments
 (0)