diff options
author | 2020-10-12 13:58:35 +0100 | |
---|---|---|
committer | 2020-10-12 13:58:35 +0100 | |
commit | bb86d6120f8f1d80fd32ad25c2e705a72dc38bb4 (patch) | |
tree | a375282b852ee215047851f79edcbcdd9c3c101b /jest.config.js | |
parent | Remove comments (diff) |
Fix tests
Diffstat (limited to 'jest.config.js')
-rw-r--r-- | jest.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js new file mode 100644 index 0000000..165e711 --- /dev/null +++ b/jest.config.js @@ -0,0 +1,6 @@ +module.exports = { + transform: { + '^.+\\.(t|j)sx?$': ['@swc/jest'], + '^.+\\.svg$': ['jest-svg-transformer'] + }, +} |