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 /data-tables/features/steps | |
| parent | 53e4c5dba6ede90f0e23b192350b3cc833834523 (diff) | |
| download | cucumber-js-demo-738f4f2bdb7228b8f2f9bd74979adf361cf1b293.tar.gz | |
Switch to ESM
Diffstat (limited to 'data-tables/features/steps')
| -rw-r--r-- | data-tables/features/steps/json.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data-tables/features/steps/json.js b/data-tables/features/steps/json.js index cd61a8b..f9fe87c 100644 --- a/data-tables/features/steps/json.js +++ b/data-tables/features/steps/json.js @@ -1,4 +1,4 @@ -import { Given, When, Then } from 'cucumber' +import { Given, When, Then } from '@cucumber/cucumber' import { expect } from 'chai' Given('the following books by Simon Frank are in the collection:', function (dataTable) { |
