From ecbc254ba36225736e94c3986d972c47e0a34a32 Mon Sep 17 00:00:00 2001 From: Sylvia G Date: Thu, 7 Oct 2021 10:44:06 +0300 Subject: [PATCH] fix test command to use jasmine --- tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",