diff --git a/tests/package.json b/tests/package.json index 1cb9144..6342663 100644 --- a/tests/package.json +++ b/tests/package.json @@ -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",