Skip to content

Commit

Permalink
Fix requires of cucumber-expressions GeneratedExpression class
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-reeves committed Oct 1, 2021
1 parent d6c5516 commit 3cc3c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { expect } from 'chai'
import JavascriptSnippetSyntax from './javascript_snippet_syntax'
import { SnippetInterface } from './snippet_syntax'
import { ISnippetSyntaxBuildOptions } from '../../../lib/formatter/step_definition_snippet_builder/snippet_syntax'
import GeneratedExpression from '@cucumber/cucumber-expressions/dist/src/GeneratedExpression'
import {
CucumberExpressionGenerator,
GeneratedExpression,
ParameterTypeRegistry,
} from '@cucumber/cucumber-expressions'
import { reindent } from 'reindent-template-literals'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import GeneratedExpression from '@cucumber/cucumber-expressions/dist/src/GeneratedExpression'
import { GeneratedExpression } from '@cucumber/cucumber-expressions'

export enum SnippetInterface {
AsyncAwait = 'async-await',
Expand Down

0 comments on commit 3cc3c90

Please sign in to comment.