forked from ryanmwangi/CalMerger
install jest to run automated tests
This commit is contained in:
parent
815cb37cc8
commit
94f5aed027
File diff suppressed because it is too large
Load Diff
|
@ -16,5 +16,8 @@
|
||||||
"description": "cal merge",
|
"description": "cal merge",
|
||||||
"main": "script.js",
|
"main": "script.js",
|
||||||
"author": "Ryan",
|
"author": "Ryan",
|
||||||
"license": "ISC"
|
"license": "ISC",
|
||||||
|
"devDependencies": {
|
||||||
|
"jest": "^29.7.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue