summaryrefslogtreecommitdiff
path: root/2obj/features/steps/concat.js
diff options
context:
space:
mode:
Diffstat (limited to '2obj/features/steps/concat.js')
-rw-r--r--2obj/features/steps/concat.js2
1 files changed, 1 insertions, 1 deletions
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) {