Migrate -computed-properties and -jscript tests to use jest expect assertions
This commit is contained in:
@@ -6,4 +6,4 @@ class MyClass {
|
||||
}
|
||||
}
|
||||
|
||||
assert(new MyClass().test());
|
||||
expect(new MyClass().test()).toBe(true);
|
||||
|
||||
Reference in New Issue
Block a user