Stop failing on no tests

This commit is contained in:
alex 2022-03-29 15:36:56 +01:00
parent 0b8919de61
commit ba095d8e7f

View file

@ -4,7 +4,7 @@
"description": "OSC messaging for strudel", "description": "OSC messaging for strudel",
"main": "osc.mjs", "main": "osc.mjs",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"No tests present.\" && exit 0",
"server": "node server.js", "server": "node server.js",
"tidal-sniffer": "node tidal-sniffer.js", "tidal-sniffer": "node tidal-sniffer.js",
"client": "npx serve -p 4321" "client": "npx serve -p 4321"