Migrate -transform-block-scoping and -transform-classes to jest expect
This commit is contained in:
@@ -6,4 +6,4 @@ var Foo = class Foo {
|
||||
|
||||
var Bar = Foo;
|
||||
Foo = 5;
|
||||
assert.equal((new Bar).bar(), Bar);
|
||||
expect((new Bar).bar()).toBe(Bar);
|
||||
|
||||
Reference in New Issue
Block a user