Merge pull request #7893 from aaronabramov/patch-1
fix typo in a comment
This commit is contained in:
commit
0d9eef4750
@ -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)
|
||||
|
||||
@ -65,6 +65,6 @@ function (_Base) {
|
||||
|
||||
const obj = new Obj();
|
||||
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
|
||||
}).toThrowError(TypeError);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user