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",
"main": "osc.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"No tests present.\" && exit 0",
"server": "node server.js",
"tidal-sniffer": "node tidal-sniffer.js",
"client": "npx serve -p 4321"