Skip to content

Commit c801828

Browse files
committed
fix: install deps in /test for test.sh
1 parent e3d3bdd commit c801828

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

ci/dev/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ main() {
77
cd test/test-plugin
88
make -s out/index.js
99
cd "$OLDPWD/test"
10+
yarn
1011
yarn jest "$@"
1112
}
1213

yarn.lock

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,11 +1098,6 @@
10981098
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
10991099
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
11001100

1101-
"@types/mocha@^8.0.3":
1102-
version "8.0.3"
1103-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.0.3.tgz#51b21b6acb6d1b923bbdc7725c38f9f455166402"
1104-
integrity sha512-vyxR57nv8NfcU0GZu8EUXZLTbCMupIUwy95LJ6lllN+JRPG25CwMHoB1q5xKh8YKhQnHYRAn4yW2yuHbf/5xgg==
1105-
11061101
"@types/node-fetch@^2.5.7":
11071102
version "2.5.7"
11081103
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.7.tgz#20a2afffa882ab04d44ca786449a276f9f6bbf3c"
@@ -2169,7 +2164,7 @@ colorette@^1.2.1:
21692164
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
21702165
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
21712166

2172-
combined-stream@^1.0.6, combined-stream@~1.0.6:
2167+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
21732168
version "1.0.8"
21742169
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
21752170
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -3454,6 +3449,15 @@ forever-agent@~0.6.1:
34543449
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
34553450
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
34563451

3452+
form-data@^3.0.0:
3453+
version "3.0.0"
3454+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.0.tgz#31b7e39c85f1355b7139ee0c647cf0de7f83c682"
3455+
integrity sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==
3456+
dependencies:
3457+
asynckit "^0.4.0"
3458+
combined-stream "^1.0.8"
3459+
mime-types "^2.1.12"
3460+
34573461
form-data@~2.3.2:
34583462
version "2.3.3"
34593463
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -7192,13 +7196,6 @@ sugarss@^2.0.0:
71927196
dependencies:
71937197
postcss "^7.0.2"
71947198

7195-
7196-
version "7.1.0"
7197-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1"
7198-
integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==
7199-
dependencies:
7200-
has-flag "^4.0.0"
7201-
72027199
supports-color@^2.0.0:
72037200
version "2.0.0"
72047201
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"

0 commit comments

Comments
 (0)