Skip to content

Commit 498e703

Browse files
authored
Merge pull request #393 from tst-labs/test-fix
Corrige teste do frontend
2 parents eb5cfa7 + 227fd41 commit 498e703

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
"react-app/jest"
3939
]
4040
},
41+
"jest": {
42+
"moduleNameMapper": {
43+
"axios": "axios/dist/node/axios.cjs"
44+
}
45+
},
4146
"browserslist": {
4247
"production": [
4348
">0.2%",

0 commit comments

Comments
 (0)