Remove babel from the tutorial, assertion, async
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
const { Then } = require('cucumber')
|
||||
require('chai').should()
|
||||
import { Then } from '@cucumber/cucumber'
|
||||
import { should } from 'chai'
|
||||
|
||||
should()
|
||||
|
||||
Then('I can choose the should syntax', function () {
|
||||
const boolean = true
|
||||
|
Reference in New Issue
Block a user