Migrate babel-preset-es2015 and -next-target tests to use jest expect
This commit is contained in:
@@ -7,4 +7,4 @@ function Foo() {
|
||||
|
||||
new Foo;
|
||||
|
||||
assert.equal(targets[0], Foo);
|
||||
expect(targets[0]).toBe(Foo);
|
||||
|
||||
Reference in New Issue
Block a user