We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8f057 commit ebaa00dCopy full SHA for ebaa00d
test/cases/parsing/harmony-this/index.js
@@ -23,9 +23,9 @@ import * as New from "./new";
23
24
it("should be possible to use new correctly", function() {
25
x
26
- new C().should.be.eql({ok: true});
+ new C().should.match({ok: true});
27
28
- new C2().should.be.eql({ok: true});
+ new C2().should.match({ok: true});
29
30
- new New.C().should.be.eql({ok: true});
+ new New.C().should.match({ok: true});
31
});
0 commit comments