adding import tests

This commit is contained in:
Aster Fialla
2026-02-23 13:36:31 -05:00
parent 813e893afb
commit daf23b2f5d
4 changed files with 99 additions and 7650 deletions

View File

@@ -21,8 +21,11 @@
"@babel/core": "^7.29.0",
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
"@babel/preset-env": "^7.29.0",
"@fetch-mock/jest": "^0.2.20",
"babel-jest": "^30.2.0",
"jest": "^30.2.0"
"fetch-mock": "^12.6.0",
"jest": "^30.2.0",
"jest-fetch-mock": "^3.0.3"
},
"scripts": {
"test": "jest"