Switch to ESM
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { Before, Given, Then } from 'cucumber'
|
||||
import { Before, Given, Then } from '@cucumber/cucumber'
|
||||
import { expect } from 'chai'
|
||||
import _ from 'lodash'
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { Before, Given, Then } from 'cucumber'
|
||||
import { Before, Given, Then } from '@cucumber/cucumber'
|
||||
import { expect } from 'chai'
|
||||
import R from 'ramda'
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { Before, Given, Then } from 'cucumber'
|
||||
import { Before, Given, Then } from '@cucumber/cucumber'
|
||||
import { expect } from 'chai'
|
||||
|
||||
function step (name) {
|
||||
|
Reference in New Issue
Block a user