Remove babel from the tutorial, assertion, async
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const expect = require('expect')
|
||||
const { When, Then } = require('cucumber')
|
||||
const compared = require('../support/compared')
|
||||
import expect from 'expect'
|
||||
import { When, Then } from '@cucumber/cucumber'
|
||||
import * as compared from '../support/compared.js'
|
||||
|
||||
When('I use jest', function () {
|
||||
})
|
||||
|
Reference in New Issue
Block a user