aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-03 19:47:39 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:02 +0200
commitd2aa484b600dc0d122bb994b9bb29504ffe4cf12 (patch)
tree1d3e38fdb22f7afe02f1ebcf4b07734761970985 /tsconfig.json
parentrefactor: config file saving and debugging (diff)
downloadsophie-d2aa484b600dc0d122bb994b9bb29504ffe4cf12.tar.gz
sophie-d2aa484b600dc0d122bb994b9bb29504ffe4cf12.tar.zst
sophie-d2aa484b600dc0d122bb994b9bb29504ffe4cf12.zip
build: integration testing support
Run integration tests in an electron environment for the main process. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 4ed25b9..ff3bab8 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,9 +7,11 @@
7 "config/**/*.js", 7 "config/**/*.js",
8 "config/**/*.cjs", 8 "config/**/*.cjs",
9 "scripts/**/*.js", 9 "scripts/**/*.js",
10 "scripts/**/*.cjs",
10 ".electron-builder.config.cjs", 11 ".electron-builder.config.cjs",
11 ".eslintrc.cjs", 12 ".eslintrc.cjs",
12 "jest.config.js", 13 "jest.config.js",
14 "jest.integ.config.cjs",
13 "prettier.config.cjs" 15 "prettier.config.cjs"
14 ] 16 ]
15} 17}