summaryrefslogtreecommitdiff
path: root/2obj/features/steps
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-12-19 23:54:35 +0100
committerEugen Wissner <belka@caraus.de>2024-12-19 23:54:35 +0100
commit53e4c5dba6ede90f0e23b192350b3cc833834523 (patch)
tree5ef55d3d1628ce5099a9cc66f4feaa75b4836c82 /2obj/features/steps
parentce48d3176929481eae19f1d7536823de56fbb9d3 (diff)
downloadcucumber-js-demo-53e4c5dba6ede90f0e23b192350b3cc833834523.tar.gz
Remove babel from the tutorial, assertion, async
Diffstat (limited to '2obj/features/steps')
-rw-r--r--2obj/features/steps/addition.js2
-rw-r--r--2obj/features/steps/concat.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/2obj/features/steps/addition.js b/2obj/features/steps/addition.js
index 7ddea9c..0752b32 100644
--- a/2obj/features/steps/addition.js
+++ b/2obj/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/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) {