fixing mock path

This commit is contained in:
Roland Osborne 2023-01-12 15:36:44 -08:00
parent eb96fe2664
commit 9e5db67f51
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"**/test/**"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/fileMock.js",
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/mock/fileMock.js",
"\\.(css|less|scss|sass)$": "identity-obj-proxy"
}
},