Skip to content

Commit 2d47f33

Browse files
committed
Fix floating dependencies job
A bug surfaced in ember-template-lint test harness. This is a workaround while a fix is being made.
1 parent ed9335f commit 2d47f33

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: beforeEach,
7+
groupMethodBefore: before,
88
groupingMethod: describe,
99
testMethod: it,
1010
plugins: [plugin],

0 commit comments

Comments
 (0)