aboutsummaryrefslogtreecommitdiffstats
path: root/packages/test-utils/package.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 /packages/test-utils/package.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 'packages/test-utils/package.json')
-rw-r--r--packages/test-utils/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json
index a4f8e52..c6f4945 100644
--- a/packages/test-utils/package.json
+++ b/packages/test-utils/package.json
@@ -10,9 +10,9 @@
10 "types": "yarn g:types" 10 "types": "yarn g:types"
11 }, 11 },
12 "dependencies": { 12 "dependencies": {
13 "@types/jest": "^27.4.1", 13 "@types/jest": "^27.5.0",
14 "jest": "^27.5.1", 14 "jest": "^28.0.3",
15 "jest-each": "^27.5.1", 15 "jest-each": "^28.0.2",
16 "type-fest": "^2.12.2" 16 "type-fest": "^2.12.2"
17 } 17 }
18} 18}