1
0

Switch to ESM

This commit is contained in:
2024-12-20 15:03:16 +01:00
parent 53e4c5dba6
commit 738f4f2bdb
22 changed files with 10709 additions and 5148 deletions

View File

@ -1,4 +1,4 @@
import { Before, Given, Then } from 'cucumber'
import { Before, Given, Then } from '@cucumber/cucumber'
import { expect } from 'chai'
import _ from 'lodash'

View File

@ -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'

View File

@ -1,4 +1,4 @@
import { Before, Given, Then } from 'cucumber'
import { Before, Given, Then } from '@cucumber/cucumber'
import { expect } from 'chai'
function step (name) {