Skip to content
Snippets Groups Projects
Unverified Commit 05bf3a89 authored by Hadi Cheaito's avatar Hadi Cheaito Committed by GitHub
Browse files

Jest config (#3370)

parent 294a6ea3
No related branches found
No related tags found
No related merge requests found
module.exports = {
presets: ['@babel/preset-env', '@babel/preset-react'],
};
\ No newline at end of file
......@@ -2,10 +2,13 @@
"name": "app",
"private": "true",
"dependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@hookform/resolvers": "^2.8.8",
"@hotwired/turbo-rails": "^7.1.1",
"@popperjs/core": "^2.11.2",
"axios": "^0.26.1",
"babel-jest": "^27.5.1",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"esbuild": "^0.14.25",
......@@ -16,6 +19,7 @@
"react-hook-form": "^7.28.0",
"react-query": "^3.34.16",
"react-router-dom": "^6.2.2",
"react-test-renderer": "^17.0.2",
"sass": "^1.49.9",
"yup": "^0.32.11"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment