Skip to content

Commit 446707a

Browse files
committed
fix(test): add @swc/helpers
See: swc-project/swc-node#683
1 parent c58825a commit 446707a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: package.json

+1
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",

Diff for: yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -1707,6 +1707,13 @@
17071707
"@swc/core-win32-ia32-msvc" "1.3.22"
17081708
"@swc/core-win32-x64-msvc" "1.3.22"
17091709

1710+
"@swc/helpers@^0.4.14":
1711+
version "0.4.14"
1712+
resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.14.tgz#1352ac6d95e3617ccb7c1498ff019654f1e12a74"
1713+
integrity sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==
1714+
dependencies:
1715+
tslib "^2.4.0"
1716+
17101717
"@testing-library/dom@^8.11.1":
17111718
version "8.11.2"
17121719
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.2.tgz#fc110c665a066c2287be765e4a35ba8dad737015"

0 commit comments

Comments
 (0)