diff options
Diffstat (limited to 'ts/features/steps/composition.ts')
| -rw-r--r-- | ts/features/steps/composition.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ts/features/steps/composition.ts b/ts/features/steps/composition.ts index 220c6ea..9a75e2a 100644 --- a/ts/features/steps/composition.ts +++ b/ts/features/steps/composition.ts @@ -1,4 +1,4 @@ -import { When, Then } from 'cucumber'; +import { When, Then } from '@cucumber/cucumber'; import { expect } from 'chai'; When('the step definitions are written in {word}', function (language: string) { |
