summaryrefslogtreecommitdiff
path: root/reuse/features
diff options
context:
space:
mode:
Diffstat (limited to 'reuse/features')
-rw-r--r--reuse/features/steps/lodash.js2
-rw-r--r--reuse/features/steps/ramda.js2
-rw-r--r--reuse/features/steps/reusable.js2
-rw-r--r--reuse/features/support/name-world.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/reuse/features/steps/lodash.js b/reuse/features/steps/lodash.js
index 63092e1..b3a8658 100644
--- a/reuse/features/steps/lodash.js
+++ b/reuse/features/steps/lodash.js
@@ -1,4 +1,4 @@
-import { Before, Given, Then } from 'cucumber'
+import { Before, Given, Then } from '@cucumber/cucumber'
import { expect } from 'chai'
import _ from 'lodash'
diff --git a/reuse/features/steps/ramda.js b/reuse/features/steps/ramda.js
index b7914b8..1f37247 100644
--- a/reuse/features/steps/ramda.js
+++ b/reuse/features/steps/ramda.js
@@ -1,4 +1,4 @@
-import { Before, Given, Then } from 'cucumber'
+import { Before, Given, Then } from '@cucumber/cucumber'
import { expect } from 'chai'
import R from 'ramda'
diff --git a/reuse/features/steps/reusable.js b/reuse/features/steps/reusable.js
index 674756f..f4883c8 100644
--- a/reuse/features/steps/reusable.js
+++ b/reuse/features/steps/reusable.js
@@ -1,4 +1,4 @@
-import { Before, Given, Then } from 'cucumber'
+import { Before, Given, Then } from '@cucumber/cucumber'
import { expect } from 'chai'
function step (name) {
diff --git a/reuse/features/support/name-world.js b/reuse/features/support/name-world.js
index 151d36b..7c29eaf 100644
--- a/reuse/features/support/name-world.js
+++ b/reuse/features/support/name-world.js
@@ -1,4 +1,4 @@
-import { setWorldConstructor } from 'cucumber'
+import { setWorldConstructor } from '@cucumber/cucumber'
setWorldConstructor(function () {
this.names = []