Skip to content

Commit

Permalink
Use named export from @cucumber/html-formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Aug 16, 2024
1 parent dbd0df0 commit aaba59c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/helpers/formatters.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { EventEmitter } from "events";

import CucumberHtmlStream from "@cucumber/html-formatter";
import { CucumberHtmlStream } from "@cucumber/html-formatter";

import PrettyFormatter from "@cucumber/pretty-formatter";

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@cucumber/cucumber": "^10.8.0",
"@cucumber/cucumber-expressions": "^17.1.0",
"@cucumber/gherkin": "^28.0.0",
"@cucumber/html-formatter": "^21.5.0",
"@cucumber/html-formatter": "^21.7.0",
"@cucumber/message-streams": "^4.0.1",
"@cucumber/messages": "^25.0.1",
"@cucumber/pretty-formatter": "^1.0.1",
Expand Down

0 comments on commit aaba59c

Please sign in to comment.