fix typo in a comment
as title
This commit is contained in:
@@ -19,6 +19,6 @@ const obj = new Obj();
|
||||
expect(() => {
|
||||
obj.call();
|
||||
|
||||
// Asser that this throws, but that it's not
|
||||
// Assert that this throws, but that it's not
|
||||
// a gobbledygook error that is thrown
|
||||
}).toThrowError(TypeError)
|
||||
|
||||
Reference in New Issue
Block a user