Add missing space and semicolons
This commit is contained in:
@ -6,5 +6,5 @@ When('I use chai', function () {
|
||||
})
|
||||
|
||||
Then('I see chai diff on failure', function () {
|
||||
expect(compared.actual).to.deep.equal(compared.expected)
|
||||
expect(compared.actual).to.deep.equal(compared.expected)
|
||||
})
|
||||
|
Reference in New Issue
Block a user