diff options
Diffstat (limited to 'reuse/features/steps/ramda.js')
| -rw-r--r-- | reuse/features/steps/ramda.js | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
