Skip to content

Commit 68b5213

Browse files
committed
update
Signed-off-by: xil <fridalu66@gmail.com>
1 parent 4163973 commit 68b5213

3 files changed

Lines changed: 17 additions & 12 deletions

File tree

.github/workflows/test-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npm ci
3131

3232
- name: Run Tests
33-
run: npm run test:unit -- --coverage
33+
run: npm test -- --coverage
3434

3535
- name: Upload coverage to Codecov
3636
uses: codecov/codecov-action@v4.0.1

package-lock.json

Lines changed: 14 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"backward-compat": "ts-node tools/proto-convert/src/postprocessing/BackwardCompatibleWriter.ts",
1010
"cleanup-common": "ts-node tools/proto-convert/src/postprocessing/CleanupUnusedMessages.ts -i protos/schemas/common.proto",
1111
"postprocessing": "npm run backward-compat && npm run cleanup-common",
12-
"test": "npx jest --no-watchman",
13-
"test:unit": "npx jest --no-watchman"
12+
"test": "npx jest --no-watchman"
1413
},
1514
"dependencies": {
1615
"@apidevtools/swagger-parser": "^12.1.0",
@@ -74,7 +73,7 @@
7473
"junit": ">=4.13.2",
7574
"@babel/helpers": ">=7.26.10",
7675
"@babel/runtime": ">=7.26.10",
77-
"brace-expansion": "^2.0.1",
76+
"brace-expansion": ">=4.0.1",
7877
"minimist": ">=1.2.6",
7978
"resolve": ">=1.22.2",
8079
"js-yaml": ">=4.1.1",

0 commit comments

Comments
 (0)