summaryrefslogtreecommitdiffstats
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js
index c94113d6f4..690f58d177 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -4,7 +4,9 @@ export default {
testEnvironment: 'jsdom',
testMatch: ['<rootDir>/**/*.test.js'],
testTimeout: 20000,
- transform: {},
+ transform: {
+ '\\.svg$': 'jest-raw-loader',
+ },
verbose: false,
};