We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9335f commit 2d47f33Copy full SHA for 2d47f33
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: beforeEach,
+ groupMethodBefore: before,
8
groupingMethod: describe,
9
testMethod: it,
10
plugins: [plugin],
0 commit comments