Skip to content

Commit

Permalink
Figures had changed its exports
Browse files Browse the repository at this point in the history
sindresorhus/figures@483ed89

This change fails a lot of tests, and I can't figure out how they
interact with this change.
  • Loading branch information
olleolleolle committed Jul 11, 2023
1 parent d392750 commit 1d6595e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
} from '@cucumber/cucumber'
import * as messages from '@cucumber/messages'
import * as CliTable3 from 'cli-table3'
import { cross, tick } from 'figures'
import { mainSymbols as figures } from 'figures'
import { EOL as n } from 'os'
import dedent from 'ts-dedent'

Expand All @@ -16,6 +16,7 @@ const { formatLocation, GherkinDocumentParser, PickleParser } = formatterHelpers
const { getGherkinExampleRuleMap, getGherkinScenarioMap, getGherkinStepMap } =
GherkinDocumentParser
const { getPickleStepMap } = PickleParser
const { cross, tick } = figures

const marks = {
[Status.AMBIGUOUS]: cross,
Expand Down

0 comments on commit 1d6595e

Please sign in to comment.