fix typo in a comment

as title
This commit is contained in:
Aaron Abramov
2018-05-09 12:09:45 -04:00
committed by GitHub
parent fa1547d8f8
commit 5b5ac1f366

View File

@@ -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)