1
0

Remove babel from the tutorial, assertion, async

This commit is contained in:
2024-12-19 23:54:35 +01:00
parent ce48d31769
commit 53e4c5dba6
34 changed files with 18352 additions and 9029 deletions

View File

@ -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) {

View File

@ -1,4 +1,4 @@
import { When, Then } from 'cucumber'
import { When, Then } from '@cucumber/cucumber'
import { expect } from 'chai'
When('I concatenate {string} and {string}', function (string, string2) {