We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6470150 + 913330d commit 6c4cc03Copy full SHA for 6c4cc03
1 file changed
test/unit/rules/lint-prettier-test.js
@@ -4,7 +4,7 @@ const plugin = require("../../../ember-template-lint-plugin-prettier");
4
generateRuleTests({
5
name: "prettier",
6
7
- groupMethodBefore: before,
+ groupMethodBefore: beforeEach,
8
groupingMethod: describe,
9
testMethod: it,
10
plugins: [plugin],
0 commit comments