get tests working

This commit is contained in:
alex 2022-01-23 16:41:37 +00:00
parent 40f2355fbf
commit 615d441381
5 changed files with 8215 additions and 28 deletions

View file

@ -24,6 +24,10 @@
},
"homepage": "https://github.com/yaxu/strudel#readme",
"devDependencies": {
"fraction.js": "^4.1.2"
"fraction.js": "^4.1.2",
"mocha": "^9.1.4"
},
"dependencies": {
"snowpack": "^3.8.8"
}
}