diff options
Diffstat (limited to '1args/features/steps/addition.js')
| -rw-r--r-- | 1args/features/steps/addition.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/1args/features/steps/addition.js b/1args/features/steps/addition.js index 55b8936..0f074e4 100644 --- a/1args/features/steps/addition.js +++ b/1args/features/steps/addition.js @@ -1,4 +1,4 @@ -import { Given, When, Then } from 'cucumber' +import { Given, When, Then } from '@cucumber/cucumber' import { expect } from 'chai' Given('the start value is {int}', function (int) { |
