Migrate -transform-block-scoping and -transform-classes to jest expect

This commit is contained in:
Deven Bansod
2018-03-22 21:11:22 +05:30
parent 921702ef8c
commit 0856f89882
27 changed files with 81 additions and 81 deletions

View File

@@ -6,4 +6,4 @@ class Foo {
var Bar = Foo;
Foo = 5;
assert.equal((new Bar).bar(), Bar);
expect((new Bar).bar()).toBe(Bar);