diff --git a/package.json b/package.json index 2447100..4443818 100644 --- a/package.json +++ b/package.json @@ -98,5 +98,8 @@ "prepare": "rollup -c rollup.config.js", "prepublishOnly": "tsc --emitDeclarationOnly", "updateFeatures": "scripts/update-caniuse.sh && node scripts/update-features.js" + }, + "tap": { + "disable-coverage": true } }