diff options
Diffstat (limited to 'data-tables/features/steps/json.js')
| -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) { |
