aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.js
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-27 02:15:13 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-27 02:37:38 +0100
commit3d9ee27d8d813101114cb15c448f2307a72eebb3 (patch)
treebacfa8fd77b6b2e8a7d4ead365fb5c4b3d956df9 /jest.config.js
parentrefactor: Improve error handling in preload (diff)
downloadsophie-3d9ee27d8d813101114cb15c448f2307a72eebb3.tar.gz
sophie-3d9ee27d8d813101114cb15c448f2307a72eebb3.tar.zst
sophie-3d9ee27d8d813101114cb15c448f2307a72eebb3.zip
test: Add preload unit tests
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
new file mode 100644
index 0000000..55e3e29
--- /dev/null
+++ b/jest.config.js
@@ -0,0 +1,8 @@
1// @ts-check
2
3/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
4module.exports = {
5 preset: 'ts-jest',
6 resetMocks: true,
7 testEnvironment: 'node',
8};