Migrate -optional-catch-binding, -block-scoping to use jest expect assertions
This commit is contained in:
@@ -7,4 +7,4 @@ function test () {
|
||||
}();
|
||||
}
|
||||
|
||||
assert(test(), "inner");
|
||||
expect(test()).toBe("inner");
|
||||
|
||||
Reference in New Issue
Block a user