Update output.js
This commit is contained in:
parent
5b5ac1f366
commit
d2ed7bbc8d
@ -65,6 +65,6 @@ function (_Base) {
|
|||||||
|
|
||||||
const obj = new Obj();
|
const obj = new Obj();
|
||||||
expect(() => {
|
expect(() => {
|
||||||
obj.call(); // Asser that this throws, but that it's not
|
obj.call(); // Assert that this throws, but that it's not
|
||||||
// a gobbledygook error that is thrown
|
// a gobbledygook error that is thrown
|
||||||
}).toThrowError(TypeError);
|
}).toThrowError(TypeError);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user