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