aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/jest.config.js')
-rw-r--r--packages/shared/jest.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/shared/jest.config.js b/packages/shared/jest.config.js
new file mode 100644
index 0000000..9aaf344
--- /dev/null
+++ b/packages/shared/jest.config.js
@@ -0,0 +1,4 @@
1import baseConfig from '../../config/jest.config.base.js';
2
3// eslint-disable-next-line unicorn/prefer-export-from -- Can't export from default.
4export default baseConfig;