]> BookStack Code Mirror - bookstack/blobdiff - jest.config.ts
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / jest.config.ts
index 3c04f05b218362510b2721cfca6c8d00b965e2a0..53bfceb053e44ce6cf6e9e201d6a8520c6784f17 100644 (file)
@@ -185,6 +185,7 @@ const config: Config = {
   // A map from regular expressions to paths to transformers
   transform: {
     "^.+.tsx?$": ["ts-jest",{}],
+    "^.+.svg$": ["<rootDir>/dev/build/svg-blank-transform.js",{}],
   },
 
   // An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation