Change references from Jasmine to Jest in main readme

This commit is contained in:
Michael Frank
2021-03-03 23:19:51 +13:00
parent 7a001e0fdb
commit 91d50288b2
3 changed files with 1405 additions and 329 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
{
"devDependencies": {
"jest": "^26.6.3"
"jest": "^26.6.3",
"jest-cli": "^26.6.3"
},
"scripts": {
"test": "jest"
}
}
}