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

@@ -7,4 +7,4 @@ function build(val) {
}
var Class = build.call({ key: "foo" }, "bar");
assert.equal(new Class().foo(), "bar");
expect(new Class().foo()).toBe("bar");