Migrate babel-preset-es2015 and -next-target tests to use jest expect
This commit is contained in:
@@ -8,5 +8,5 @@ function foo() {
|
||||
foo();
|
||||
foo.call({});
|
||||
|
||||
assert.equal(targets[0], undefined);
|
||||
assert.equal(targets[1], undefined);
|
||||
expect(targets[0]).toBeUndefined();
|
||||
expect(targets[1]).toBeUndefined();
|
||||
|
||||
Reference in New Issue
Block a user