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

View File

@@ -2,7 +2,7 @@
"name": "tests",
"version": "1.0.0",
"scripts": {
"test": "node tests.js"
"test": "jasmine spec/tests.js"
},
"author": "Ian coleman",
"description": "Tests for BIP39 tool",