From a68658cb73030fc71a9568967212e6f96cc6bad8 Mon Sep 17 00:00:00 2001 From: William Killerud Date: Mon, 8 Jul 2024 14:55:30 +0200 Subject: [PATCH] chore: update tap scripts --- .gitignore | 2 ++ package.json | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0ba4713..b3cc888 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,8 @@ lib-cov coverage *.lcov +.tap + # nyc test coverage .nyc_output diff --git a/package.json b/package.json index 5305278..d354c98 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,7 @@ }, "scripts": { "prepare": "npm run -s build", - "test": "tap --no-coverage", - "test:snapshot": "TAP_SNAPSHOT=1 tap --no-coverage", + "test": "tap --disable-coverage --allow-empty-coverage", "lint": "eslint . --ext=js", "lint:fix": "eslint . --fix --ext=js", "start": "node --experimental-modules ./example/server.mjs",