Skip to content

Commit 913330d

Browse files
committed
Fix tests setup
This change will allow the config to be reset after each test. It fixes the error thrown by ember-template-lint and will fix the floating dependencies tests.
1 parent 6470150 commit 913330d

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)