From 53e4c5dba6ede90f0e23b192350b3cc833834523 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 19 Dec 2024 23:54:35 +0100 Subject: Remove babel from the tutorial, assertion, async --- 2obj/features/steps/concat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2obj/features/steps/concat.js') diff --git a/2obj/features/steps/concat.js b/2obj/features/steps/concat.js index 45cb7e2..2d9e5bd 100644 --- a/2obj/features/steps/concat.js +++ b/2obj/features/steps/concat.js @@ -1,4 +1,4 @@ -import { Given, When, Then } from 'cucumber' +import { Given, When, Then } from '@cucumber/cucumber' import { expect } from 'chai' Given('the start value is {string}', function (string) { -- cgit v1.2.3