diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-12-20 15:03:16 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-12-20 15:03:16 +0100 |
| commit | 738f4f2bdb7228b8f2f9bd74979adf361cf1b293 (patch) | |
| tree | ad138a085dddc0d42c53044aa70c3e4606ced9c4 /reuse/features/steps/lodash.js | |
| parent | 53e4c5dba6ede90f0e23b192350b3cc833834523 (diff) | |
| download | cucumber-js-demo-738f4f2bdb7228b8f2f9bd74979adf361cf1b293.tar.gz | |
Switch to ESM
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' |
