summaryrefslogtreecommitdiff
path: root/ts/features/steps
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-12-20 15:03:16 +0100
committerEugen Wissner <belka@caraus.de>2024-12-20 15:03:16 +0100
commit738f4f2bdb7228b8f2f9bd74979adf361cf1b293 (patch)
treead138a085dddc0d42c53044aa70c3e4606ced9c4 /ts/features/steps
parent53e4c5dba6ede90f0e23b192350b3cc833834523 (diff)
downloadcucumber-js-demo-738f4f2bdb7228b8f2f9bd74979adf361cf1b293.tar.gz
Switch to ESM
Diffstat (limited to 'ts/features/steps')
-rw-r--r--ts/features/steps/composition.ts2
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) {