Migrate -optional-catch-binding, -block-scoping to use jest expect assertions

This commit is contained in:
Deven Bansod
2018-04-12 19:48:53 +05:30
parent 61ec5ce957
commit 80428dec47
5 changed files with 7 additions and 7 deletions

View File

@@ -7,4 +7,4 @@ function test () {
}();
}
assert(test(), "inner");
expect(test()).toBe("inner");