Migrate babel-preset-es2015 and -next-target tests to use jest expect
This commit is contained in:
@@ -12,4 +12,4 @@ var b = {
|
||||
|
||||
Object.setPrototypeOf(b, a);
|
||||
|
||||
assert.equal(b.name(), "Suyash Verma");
|
||||
expect(b.name()).toBe("Suyash Verma");
|
||||
|
||||
Reference in New Issue
Block a user