« get me outta code hell

data steps: port tests to tap instead of tape - 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-03-25 14:21:24 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-03-25 14:21:24 -0300
commitfc5d4d057b1e18e3e5c91bce1ddb545bc9d91db9 (patch)
tree98be0d171871a0fb553680d42be4f6056fc81827 /package.json
parentfad524ed133af6f094357b94da54e616c7f943b6 (diff)
data steps: port tests to tap instead of tape
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 0bdbff2..374dbd2 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
         "hsmusic": "./src/upd8.js"
     },
     "scripts": {
-        "test": "tape test/*.js test/**/*.js",
+        "test": "tap",
         "dev": "eslint src && node src/upd8.js"
     },
     "dependencies": {
@@ -22,6 +22,6 @@
     "devDependencies": {
         "chokidar": "^3.5.3",
         "eslint": "^8.18.0",
-        "tape": "^5.4.1"
+        "tap": "^16.3.4"
     }
 }