Revert "Change references from Jasmine to Jest in main readme"

This reverts commit 91d50288b2.
This commit is contained in:
Tatiana
2021-05-08 11:32:26 -07:00
parent cb3ffc086c
commit d79bdb9312
3 changed files with 10007 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"devDependencies": {
"jest": "^26.6.3"
},
"scripts": {
"test": "jest"
}
}