Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
+2
-1
@@ -26,7 +26,8 @@ const config: Config = {
|
||||
transform: {
|
||||
"^.+\\.tsx?$": ["ts-jest", { tsconfig: "tsconfig.json" }],
|
||||
"^.+\\.(js|jsx|mjs)$": "babel-jest",
|
||||
"^.+\\.(css|scss|sass|less)$": "jest-preview/transforms/css",
|
||||
"^.+\\.(css|scss|sass|less|styl|stylus)$":
|
||||
"jest-preview/transforms/css",
|
||||
"^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|css|json)$)":
|
||||
"jest-preview/transforms/file",
|
||||
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$":
|
||||
|
||||
Reference in New Issue
Block a user