summaryrefslogtreecommitdiff
path: root/3bg/features
diff options
context:
space:
mode:
Diffstat (limited to '3bg/features')
-rw-r--r--3bg/features/steps/addition.js2
-rw-r--r--3bg/features/steps/concat.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/3bg/features/steps/addition.js b/3bg/features/steps/addition.js
index 7ddea9c..0752b32 100644
--- a/3bg/features/steps/addition.js
+++ b/3bg/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/3bg/features/steps/concat.js b/3bg/features/steps/concat.js
index 45cb7e2..2d9e5bd 100644
--- a/3bg/features/steps/concat.js
+++ b/3bg/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) {