aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-27 18:26:21 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-02-08 21:43:18 +0100
commitbfc1f4d55d02553f761fbc9acc5ed15103455149 (patch)
treecb1650750c2ff1587f7cd0fd215d2179822568ae /yarn.lock
parentrefactor: Extract main window hardening (diff)
downloadsophie-bfc1f4d55d02553f761fbc9acc5ed15103455149.tar.gz
sophie-bfc1f4d55d02553f761fbc9acc5ed15103455149.tar.zst
sophie-bfc1f4d55d02553f761fbc9acc5ed15103455149.zip
build: Add test-utils package
Added as a common devDependency, this lets us handle test utility code from one place. For now, the main reason for its existence is the workaround code for importing jest-each from ESM. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock12
1 files changed, 11 insertions, 1 deletions
diff --git a/yarn.lock b/yarn.lock
index a22d873..85f7b61 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1237,6 +1237,7 @@ __metadata:
1237 "@jest/globals": ^27.4.6 1237 "@jest/globals": ^27.4.6
1238 "@sophie/service-shared": "workspace:*" 1238 "@sophie/service-shared": "workspace:*"
1239 "@sophie/shared": "workspace:*" 1239 "@sophie/shared": "workspace:*"
1240 "@sophie/test-utils": "workspace:*"
1240 "@types/deep-equal": ^1.0.1 1241 "@types/deep-equal": ^1.0.1
1241 "@types/electron-devtools-installer": ^2.2.1 1242 "@types/electron-devtools-installer": ^2.2.1
1242 "@types/lodash-es": ^4.17.5 1243 "@types/lodash-es": ^4.17.5
@@ -1252,7 +1253,6 @@ __metadata:
1252 fs-extra: ^10.0.0 1253 fs-extra: ^10.0.0
1253 git-repo-info: ^2.1.1 1254 git-repo-info: ^2.1.1
1254 jest: ^27.4.7 1255 jest: ^27.4.7
1255 jest-each: ^27.4.6
1256 jest-mock: ^27.4.6 1256 jest-mock: ^27.4.6
1257 json5: ^2.2.0 1257 json5: ^2.2.0
1258 lodash-es: ^4.17.21 1258 lodash-es: ^4.17.21
@@ -1353,6 +1353,16 @@ __metadata:
1353 languageName: unknown 1353 languageName: unknown
1354 linkType: soft 1354 linkType: soft
1355 1355
1356"@sophie/test-utils@workspace:*, @sophie/test-utils@workspace:packages/test-utils":
1357 version: 0.0.0-use.local
1358 resolution: "@sophie/test-utils@workspace:packages/test-utils"
1359 dependencies:
1360 "@types/jest": ^27.4.0
1361 jest: ^27.4.7
1362 jest-each: ^27.4.6
1363 languageName: unknown
1364 linkType: soft
1365
1356"@szmarczak/http-timer@npm:^1.1.2": 1366"@szmarczak/http-timer@npm:^1.1.2":
1357 version: 1.1.2 1367 version: 1.1.2
1358 resolution: "@szmarczak/http-timer@npm:1.1.2" 1368 resolution: "@szmarczak/http-timer@npm:1.1.2"