Migrate babel-cli and babel-generator tests to use jest-expect (#7549)
This commit is contained in:
@@ -7,4 +7,4 @@ class Example {
|
||||
}
|
||||
|
||||
expect(Example).toHaveProperty("prop");
|
||||
expect(Example.prop).toBe(undefined);
|
||||
expect(Example.prop).toBeUndefined();
|
||||
|
||||
Reference in New Issue
Block a user