Skip to content

Commit

Permalink
Update tests/lib/parse.js
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
  • Loading branch information
aladdin-add and mdjermanovic committed Apr 15, 2021
1 parent 71663a0 commit bcf0a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe("parse()", () => {
});

// https://github.com/eslint/espree/issues/470
it("Should throw on invaid `(a = 1) = t`", () => {
it("Should throw on invalid `(a = 1) = t`", () => {
assert.throws(() => {
espree.parse("(a = 1) = t");
});
Expand Down

0 comments on commit bcf0a96

Please sign in to comment.