diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-12-19 23:54:35 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-12-19 23:54:35 +0100 |
| commit | 53e4c5dba6ede90f0e23b192350b3cc833834523 (patch) | |
| tree | 5ef55d3d1628ce5099a9cc66f4feaa75b4836c82 /assertion/features/steps/chai-failure.js | |
| parent | ce48d3176929481eae19f1d7536823de56fbb9d3 (diff) | |
| download | cucumber-js-demo-53e4c5dba6ede90f0e23b192350b3cc833834523.tar.gz | |
Remove babel from the tutorial, assertion, async
Diffstat (limited to 'assertion/features/steps/chai-failure.js')
| -rw-r--r-- | assertion/features/steps/chai-failure.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assertion/features/steps/chai-failure.js b/assertion/features/steps/chai-failure.js index e3454fb..9d6f0a1 100644 --- a/assertion/features/steps/chai-failure.js +++ b/assertion/features/steps/chai-failure.js @@ -1,6 +1,6 @@ -const { expect } = require('chai') -const { When, Then } = require('cucumber') -const compared = require('../support/compared') +import { expect } from 'chai' +import { When, Then } from '@cucumber/cucumber' +import * as compared from '../support/compared.js' When('I use chai', function () { }) |
