Remove babel from the tutorial, assertion, async
This commit is contained in:
@ -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) {
|
||||
|
@ -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 {string}', function (string) {
|
||||
|
Reference in New Issue
Block a user