1
0
Fork 0

install jest to run automated tests

This commit is contained in:
Ryan Mwangi 2024-10-29 21:20:48 +03:00
parent 815cb37cc8
commit 94f5aed027
2 changed files with 3396 additions and 1 deletions

3392
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,5 +16,8 @@
"description": "cal merge",
"main": "script.js",
"author": "Ryan",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"jest": "^29.7.0"
}
}