Skip to content

Commit 97a9f40

Browse files
committed
test: eliminate some superfluous test cases for generateTrace
As per code review feedback, do not bother testing intermediate TypeScript versions.
1 parent 9c5ca07 commit 97a9f40

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/e2e/type-script-tracing.spec.ts

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ describe('TypeScript Tracing', () => {
66
it.each([
77
{ build: false, typescript: '~4.3.0' },
88
{ build: true, typescript: '~4.3.0' },
9-
{ build: false, typescript: '~4.4.0' },
10-
{ build: true, typescript: '~4.4.0' },
11-
{ build: false, typescript: '~4.5.0' },
12-
{ build: true, typescript: '~4.5.0' },
139
{ build: false, typescript: '~4.6.0' },
1410
{ build: true, typescript: '~4.6.0' },
1511
])('can generate trace files for %p', async ({ build, ...dependencies }) => {

0 commit comments

Comments
 (0)