From d19ad4c52c252da909741ceddd10cf9f18318dd3 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 17 Nov 2020 22:32:42 -0800 Subject: [PATCH] [Tests] run tests with `tape` runner --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 7bfb7c4..640f5b1 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,7 @@ "pretest": "npm run --silent lint && evalmd README.md", "test": "npm run --silent tests-only", "posttest": "aud --production", - "tests-only": "npm run --silent test:shimmed && npm run --silent test:module && npm run --silent test:implementation", - "test:implementation": "node test/implementation", - "test:shimmed": "node test/shimmed", - "test:module": "node test/index", + "tests-only": "tape 'test/**/*.js'", "testling": "testling --html > test.html", "coverage": "covert test/*.js", "coverage:quiet": "covert test/*.js --quiet",