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
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…
Reference in New Issue