aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.js
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-30 12:07:19 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-30 12:38:24 +0100
commite46099ac744919c927909f741d9b5870abab5a58 (patch)
tree393985ecf730f0908db1eefaaedb6fb92c726e40 /jest.config.js
parentbuild: Use shared packages through modules (diff)
downloadsophie-e46099ac744919c927909f741d9b5870abab5a58.tar.gz
sophie-e46099ac744919c927909f741d9b5870abab5a58.tar.zst
sophie-e46099ac744919c927909f741d9b5870abab5a58.zip
build: Only use vite typings in renderer
The rest of the packages aren't buld with vite, so we shouldn't use its typings.
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js
index d0ba361..eda029a 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -18,7 +18,6 @@ module.exports = {
18 testEnvironment: 'node', 18 testEnvironment: 'node',
19 testPathIgnorePatterns: [ 19 testPathIgnorePatterns: [
20 '/dist/', 20 '/dist/',
21 '/dist-types',
22 '/node_modules/', 21 '/node_modules/',
23 ], 22 ],
24}; 23};