Migrate babel-cli and babel-generator tests to use jest-expect (#7549)

This commit is contained in:
Deven Bansod
2018-04-11 23:42:56 +05:30
committed by Brian Ng
parent b1c9af3f05
commit 95894397eb
8 changed files with 99 additions and 142 deletions

View File

@@ -7,4 +7,4 @@ class Example {
}
expect(Example).toHaveProperty("prop");
expect(Example.prop).toBe(undefined);
expect(Example.prop).toBeUndefined();