Skip to content

Commit

Permalink
Update tests/lib/rule-tester/flat-rule-tester.js
Browse files Browse the repository at this point in the history
Co-authored-by: 唯然 <weiran.zsd@outlook.com>
  • Loading branch information
nzakas and aladdin-add committed Jan 19, 2022
1 parent da7f9c0 commit 317a09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rule-tester/flat-rule-tester.js
Expand Up @@ -2465,7 +2465,7 @@ describe("FlatRuleTester", () => {
});

describe("Subclassing", () => {
it("should allow subclasses to s`et the describe/it/itOnly statics and should correctly use those values", () => {
it("should allow subclasses to set the describe/it/itOnly statics and should correctly use those values", () => {
const assertionDescribe = assertEmitted(ruleTesterTestEmitter, "custom describe", "this-is-a-rule-name");
const assertionIt = assertEmitted(ruleTesterTestEmitter, "custom it", "valid(code);");
const assertionItOnly = assertEmitted(ruleTesterTestEmitter, "custom itOnly", "validOnly(code);");
Expand Down

0 comments on commit 317a09e

Please sign in to comment.