From f9059cf10c831fad0f2a0fc8d17ab1d1c6fc8a85 Mon Sep 17 00:00:00 2001 From: Jan W Date: Fri, 10 Nov 2023 08:58:16 +0800 Subject: [PATCH] chore: update test scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 93d4c98..e7e049c 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "coverage": "c8 --reporter=lcov --reporter=text npm run test", "coverage:lcov": "c8 --reporter=lcovonly npm run test", "test:only:json-schema-testsuite": "tape test/json-schema.js | tap-spec", - "test": "npm run test:raw | tap-spec", - "test:raw": "npm run test:normal && npm run test:module", + "test": "yarn test:raw | tap-spec", + "test:raw": "yarn test:normal && yarn test:module", "test:module": "tape -r ./test/tools/test-module.js test/*.js test/regressions/*.js", "test:normal": "tape test/*.js test/regressions/*.js", "release": "semantic-release"