aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.js
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-12 13:58:35 +0100
committerGravatar Joe Banks <[email protected]>2020-10-12 13:58:35 +0100
commitbb86d6120f8f1d80fd32ad25c2e705a72dc38bb4 (patch)
treea375282b852ee215047851f79edcbcdd9c3c101b /jest.config.js
parentRemove comments (diff)
Fix tests
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js6
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']
+ },
+}