File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/formatter/step_definition_snippet_builder Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import { expect } from 'chai'
3
3
import JavascriptSnippetSyntax from './javascript_snippet_syntax'
4
4
import { SnippetInterface } from './snippet_syntax'
5
5
import { ISnippetSyntaxBuildOptions } from '../../../lib/formatter/step_definition_snippet_builder/snippet_syntax'
6
- import GeneratedExpression from '@cucumber/cucumber-expressions/dist/src/GeneratedExpression'
7
6
import {
8
7
CucumberExpressionGenerator ,
8
+ GeneratedExpression ,
9
9
ParameterTypeRegistry ,
10
10
} from '@cucumber/cucumber-expressions'
11
11
import { reindent } from 'reindent-template-literals'
Original file line number Diff line number Diff line change 1
- import GeneratedExpression from '@cucumber/cucumber-expressions/dist/src/GeneratedExpression '
1
+ import { GeneratedExpression } from '@cucumber/cucumber-expressions'
2
2
3
3
export enum SnippetInterface {
4
4
AsyncAwait = 'async-await' ,
You can’t perform that action at this time.
0 commit comments