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