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 --- 1args/features/steps/addition.js | 2 +- 1args/features/steps/concat.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '1args/features/steps') diff --git a/1args/features/steps/addition.js b/1args/features/steps/addition.js index 55b8936..0f074e4 100644 --- a/1args/features/steps/addition.js +++ b/1args/features/steps/addition.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 {int}', function (int) { diff --git a/1args/features/steps/concat.js b/1args/features/steps/concat.js index 4e232e9..0d8cfd9 100644 --- a/1args/features/steps/concat.js +++ b/1args/features/steps/concat.js @@ -1,4 +1,4 @@ -import { When, Then } from 'cucumber' +import { When, Then } from '@cucumber/cucumber' import { expect } from 'chai' When('I concatenate {string} and {string}', function (string, string2) { -- cgit v1.2.3