Skip to content

Commit 4717138

Browse files
authored
chore(deps): bump swc-plugin-coverage-instrument (#565)
1 parent 51e26de commit 4717138

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

e2e/test-coverage/index.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ describe('test coverage-istanbul', () => {
4747
).toBeTruthy();
4848
expect(
4949
logs.find((log) => log.includes('string.ts'))?.replaceAll(' ', ''),
50-
).toMatchInlineSnapshot(`"string.ts|93.75|100|83.33|92.85|7"`);
50+
).toMatchInlineSnapshot(`"string.ts|95.23|100|83.33|92.85|7"`);
5151

5252
expect(
5353
logs.find((log) => log.includes('All files'))?.replaceAll(' ', ''),
54-
).toMatchInlineSnapshot(`"Allfiles|98.33|100|94.44|98.21|"`);
54+
).toMatchInlineSnapshot(`"Allfiles|98.68|100|94.44|98.21|"`);
5555

5656
// text reporter
5757
expectLog('% Stmts', logs);
@@ -93,7 +93,7 @@ describe('test coverage-istanbul', () => {
9393
expect(logs.find((log) => log.includes('index.ts'))).toBeFalsy();
9494
expect(
9595
logs.find((log) => log.includes('string.ts'))?.replaceAll(' ', ''),
96-
).toMatchInlineSnapshot(`"string.ts|93.75|100|83.33|92.85|7"`);
96+
).toMatchInlineSnapshot(`"string.ts|95.23|100|83.33|92.85|7"`);
9797

9898
// text reporter
9999
expectLog('% Stmts', logs);

packages/coverage-istanbul/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dev": "rslib build --watch"
2121
},
2222
"dependencies": {
23-
"swc-plugin-coverage-instrument": "^0.0.30",
23+
"swc-plugin-coverage-instrument": "^0.0.31",
2424
"istanbul-lib-coverage": "^3.2.2",
2525
"istanbul-lib-report": "^3.0.1",
2626
"istanbul-reports": "^3.1.7"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)