Migrate all remaining fixtures to jest expect
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
assert.throws(function () {
|
||||
expect(function () {
|
||||
var {} = null;
|
||||
}, /Cannot destructure undefined/);
|
||||
}).toThrow("Cannot destructure undefined");
|
||||
|
||||
Reference in New Issue
Block a user