Switch to ESM
This commit is contained in:
@@ -21,5 +21,9 @@ When('I request the same resource three times', function () {
|
||||
|
||||
Then('the responses should be the same', function () {
|
||||
expect(this.first).to.equal(this.second)
|
||||
|
||||
if (this.third === undefined) {
|
||||
return
|
||||
}
|
||||
expect(this.second).to.equal(this.third)
|
||||
})
|
||||
|
Reference in New Issue
Block a user