mirror of
https://github.com/docker/awesome-compose.git
synced 2025-12-30 02:38:30 +01:00
Move all samples to the root dir
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
15
react-java-mysql/frontend/jest.config.js
Executable file
15
react-java-mysql/frontend/jest.config.js
Executable file
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
"moduleFileExtensions": [
|
||||
"js",
|
||||
"jsx",
|
||||
"json"
|
||||
],
|
||||
"moduleDirectories": [
|
||||
"node_modules",
|
||||
"src"
|
||||
],
|
||||
"moduleNameMapper": {
|
||||
"^.+\\.(css|scss)$": "<rootDir>/test/mocks/styleMock.js",
|
||||
"^.+\\.(jpg|jpeg|gif|png|svg|eot|ttf|woff|woff2|)$": "<rootDir>/test/mocks/imageMock.js"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user