forked from ryanmwangi/CalMerger
install babel to transpile my test code to enable Jest to understand import statements
This commit is contained in:
parent
52b2b8fda5
commit
6be1456c35
2 changed files with 1631 additions and 0 deletions
1629
package-lock.json
generated
1629
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -20,6 +20,8 @@
|
|||
"author": "Ryan",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.26.0",
|
||||
"@babel/register": "^7.25.9",
|
||||
"jest": "^29.7.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue