fix test command to use jasmine

This commit is contained in:
Sylvia G
2021-10-07 10:44:06 +03:00
parent c4f0c2908f
commit ecbc254ba3
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "tests", "name": "tests",
"version": "1.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"test": "node tests.js" "test": "jasmine spec/tests.js"
}, },
"author": "Ian coleman", "author": "Ian coleman",
"description": "Tests for BIP39 tool", "description": "Tests for BIP39 tool",