diff options
Diffstat (limited to 'assertion/features/steps/chai-expect.js')
| -rw-r--r-- | assertion/features/steps/chai-expect.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assertion/features/steps/chai-expect.js b/assertion/features/steps/chai-expect.js index 44e7c01..58c49ce 100644 --- a/assertion/features/steps/chai-expect.js +++ b/assertion/features/steps/chai-expect.js @@ -1,5 +1,5 @@ -const { expect } = require('chai') -const { Then } = require('cucumber') +import { expect } from 'chai' +import { Then } from '@cucumber/cucumber' Then('I can choose the expect syntax', function () { expect(true).to.be.true |
