1
0
Fork 0

add tests, implement kstate and state diffing

This commit is contained in:
Cadence Ember 2023-05-05 17:29:08 +12:00
parent c7868e9dbb
commit f09eeccef3
10 changed files with 2656 additions and 64 deletions

View file

@ -29,5 +29,8 @@
},
"devDependencies": {
"@types/node": "^18.16.0"
},
"scripts": {
"test": "supertape --format short test/test.js"
}
}