« get me outta code hell

update to node-tap 18.4.0 - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-09-30 09:25:27 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-09-30 09:33:21 -0300
commitb6dad614959a64f742fe6471b622d3fcc784b725 (patch)
tree8e257fa5d666fd647754530b03bd35443fb9688f /package.json
parent8ed9240b56d61be97a5cc1da7c9fcb179bb58a93 (diff)
update to node-tap 18.4.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3b8e177..b6e26b6 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
         "hsmusic": "./src/upd8.js"
     },
     "scripts": {
-        "test": "tap 'test/snapshot/*.js' 'test/unit/**/*.js'",
+        "test": "tap",
         "dev": "eslint src && node src/upd8.js"
     },
     "imports": {
@@ -47,7 +47,7 @@
     "license": "GPL-3.0",
     "devDependencies": {
         "chokidar": "^3.5.3",
-        "tap": "^16.3.4",
+        "tap": "^18.4.0",
         "tcompare": "^6.0.0"
     },
     "tap": {