diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-10-15 15:37:29 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-10-15 15:37:29 -0300 |
commit | 0badc39195383db6afd39c98628651b8e403dbc6 (patch) | |
tree | ea60303224d59ca1f0ca53e806883d122153a7d1 /package.json | |
parent | f684939fea12e2d60955ac3eeaac3d1012f86929 (diff) |
remove ignored package.json lines disabling tap coverage
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package.json b/package.json index 37c20e06..e8ccb552 100644 --- a/package.json +++ b/package.json @@ -84,9 +84,5 @@ "chokidar": "^3.5.3", "tap": "^21.1.1", "tcompare": "^6.0.0" - }, - "tap": { - "coverage": false, - "coverage-report": false } } |