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

@@ -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)
})