« get me outta code hell

Merge branch 'tap18' into track-data-cleanup - 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:36:53 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-09-30 09:36:53 -0300
commit34f2bb0a4b0e18a2495892627740484f41b60165 (patch)
tree0087bc514432b62dabc16d271991e3c421d0fb01 /package.json
parent6eaa070e5c036ba8cd45f79c16dc2732b40ea480 (diff)
parentb6dad614959a64f742fe6471b622d3fcc784b725 (diff)
Merge branch 'tap18' into track-data-cleanup
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 a3f14d3..535405a 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": {
@@ -48,7 +48,7 @@
     "license": "GPL-3.0",
     "devDependencies": {
         "chokidar": "^3.5.3",
-        "tap": "^16.3.4",
+        "tap": "^18.4.0",
         "tcompare": "^6.0.0"
     },
     "tap": {