test: 📦 Add missing dependency and a CI check, to prevent oversights ;p

This commit is contained in:
Puria Nafisi Azizi 2022-02-26 20:28:55 +01:00
parent c6cfa34997
commit 1217dea5fc
No known key found for this signature in database
GPG key ID: 57AA9EBCB1DA7141
3 changed files with 38 additions and 1 deletions

View file

@ -4,7 +4,7 @@
"description": "Experimental port of tidalcycles to javascript",
"main": "strudel.mjs",
"scripts": {
"test": "mocha"
"test": "mocha --colors"
},
"repository": {
"type": "git",
@ -25,6 +25,7 @@
"homepage": "https://github.com/yaxu/strudel#readme",
"devDependencies": {
"mocha": "^9.1.4",
"ramda": "^0.28.0",
"snowpack": "^3.8.8"
},
"dependencies": {