Skip to content

Commit 8debc09

Browse files
committed
Use StringifyExtension as a type only
1 parent 0b4c474 commit 8debc09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import {
22
stringify,
3-
StringifyExtension,
43
type LineWriter,
54
type NavigateStep,
65
type Selector,
76
type Step,
7+
type StringifyExtension,
88
type UserFlow,
99
} from "@puppeteer/replay"
1010

11-
export class Extension extends StringifyExtension {
11+
export class Extension implements StringifyExtension {
1212
async beforeAllSteps(out: LineWriter, flow: UserFlow) {
1313
// Jest docblock
1414
out.appendLine("/**")

0 commit comments

Comments
 (0)