From 738f4f2bdb7228b8f2f9bd74979adf361cf1b293 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 20 Dec 2024 15:03:16 +0100 Subject: Switch to ESM --- ts/features/steps/composition.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ts/features/steps/composition.ts') 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) { -- cgit v1.2.3