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 /async/features/steps/async.js | |
| parent | ce48d3176929481eae19f1d7536823de56fbb9d3 (diff) | |
| download | cucumber-js-demo-53e4c5dba6ede90f0e23b192350b3cc833834523.tar.gz | |
Remove babel from the tutorial, assertion, async
Diffstat (limited to 'async/features/steps/async.js')
| -rw-r--r-- | async/features/steps/async.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/async/features/steps/async.js b/async/features/steps/async.js index ea88856..5642862 100644 --- a/async/features/steps/async.js +++ b/async/features/steps/async.js @@ -1,4 +1,4 @@ -import { When } from 'cucumber' +import { When } from '@cucumber/cucumber' import axios from 'axios' When('I request the same resource twice', async function () { |
