Skip to content

Commit 158b37d

Browse files
committed
fix reporter tests
1 parent 60cf94c commit 158b37d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/e2e/cjs-ts/reporter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/* eslint-disable no-console */
66

7-
import {
7+
import type {
88
Reporter,
99
TestStep,
1010
TestCase,

test/e2e/esm-ts/reporter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
/* eslint-disable no-console */
6-
import {
6+
import type {
77
Reporter,
88
TestStep,
99
TestCase,

0 commit comments

Comments
 (0)