Use node assertions as standard solution
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Before, Given, Then } from '@cucumber/cucumber'
|
||||
import { expect } from 'chai'
|
||||
import R from 'ramda'
|
||||
import * as R from 'ramda'
|
||||
|
||||
function step (name) {
|
||||
this.names.push(name)
|
||||
|
1180
reuse/package-lock.json
generated
1180
reuse/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -13,8 +13,8 @@
|
||||
"chai": "^5.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cucumber/cucumber": "^11.1.1",
|
||||
"@cucumber/cucumber": "^12.0.0",
|
||||
"lodash": "^4.17.11",
|
||||
"ramda": "^0.30.1"
|
||||
"ramda": "^0.31.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user