Skip to content

Commit 20458b6

Browse files
committed
fix(test): add @swc/helpers
See: swc-project/swc-node#683
1 parent e580724 commit 20458b6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"@commitlint/prompt": "^17.3.0",
5656
"@swc-node/jest": "^1.5.5",
5757
"@swc/core": "^1.3.22",
58+
"@swc/helpers": "^0.4.14",
5859
"@types/jest": "^29.0.0",
5960
"@types/lodash.has": "^4.5.6",
6061
"@types/mkdirp": "^1.0.2",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,6 +1873,13 @@
18731873
"@swc/core-win32-ia32-msvc" "1.3.22"
18741874
"@swc/core-win32-x64-msvc" "1.3.22"
18751875

1876+
"@swc/helpers@^0.4.14":
1877+
version "0.4.14"
1878+
resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.14.tgz#1352ac6d95e3617ccb7c1498ff019654f1e12a74"
1879+
integrity sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==
1880+
dependencies:
1881+
tslib "^2.4.0"
1882+
18761883
"@testing-library/dom@^8.11.1":
18771884
version "8.11.2"
18781885
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.2.tgz#fc110c665a066c2287be765e4a35ba8dad737015"

0 commit comments

Comments
 (0)