1
0
Fork 0

Finish room diffing and syncing. All tests pass

This commit is contained in:
Cadence Ember 2023-05-06 01:25:15 +12:00
parent f09eeccef3
commit 3fbe7eed6e
13 changed files with 658 additions and 529 deletions

View file

@ -24,13 +24,15 @@
"matrix-js-sdk": "^24.1.0",
"mixin-deep": "^2.0.1",
"node-fetch": "^2.6.7",
"snowtransfer": "^0.7.0",
"supertape": "^8.3.0"
"snowtransfer": "^0.7.0"
},
"devDependencies": {
"@types/node": "^18.16.0"
"@types/node": "^18.16.0",
"@types/node-fetch": "^2.6.3",
"supertape": "^8.3.0",
"tap-dot": "github:cloudrac3r/tap-dot#223a4e67a6f7daf015506a12a7af74605f06c7f4"
},
"scripts": {
"test": "supertape --format short test/test.js"
"test": "FORCE_COLOR=true supertape --format tap test/test.js | tap-dot"
}
}