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 --- data-tables/features/steps/json.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data-tables/features/steps') diff --git a/data-tables/features/steps/json.js b/data-tables/features/steps/json.js index cd61a8b..f9fe87c 100644 --- a/data-tables/features/steps/json.js +++ b/data-tables/features/steps/json.js @@ -1,4 +1,4 @@ -import { Given, When, Then } from 'cucumber' +import { Given, When, Then } from '@cucumber/cucumber' import { expect } from 'chai' Given('the following books by Simon Frank are in the collection:', function (dataTable) { -- cgit v1.2.3