Skip to content

Commit 6c4cc03

Browse files
authored
Merge pull request #177 from ember-template-lint/fix-tests-setup
Fix tests setup
2 parents 6470150 + 913330d commit 6c4cc03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/rules/lint-prettier-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const plugin = require("../../../ember-template-lint-plugin-prettier");
44
generateRuleTests({
55
name: "prettier",
66

7-
groupMethodBefore: before,
7+
groupMethodBefore: beforeEach,
88
groupingMethod: describe,
99
testMethod: it,
1010
plugins: [plugin],

0 commit comments

Comments
 (0)