Skip to content

Commit 4c07c2c

Browse files
committed
Cleanup unused snapshots
1 parent 21d7e49 commit 4c07c2c

File tree

1 file changed

+0
-87
lines changed

1 file changed

+0
-87
lines changed

tests/__snapshots__/recommended.js.snap

Lines changed: 0 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -86,90 +86,3 @@ exports[`recommended rules > has the right list 1`] = `
8686
"use-ember-data-rfc-395-imports",
8787
]
8888
`;
89-
90-
exports[`recommended rules gjs config has the right list 1`] = `
91-
[
92-
"template-no-let-reference",
93-
]
94-
`;
95-
96-
exports[`recommended rules gts config has the right list 1`] = `
97-
[
98-
"template-no-let-reference",
99-
]
100-
`;
101-
102-
exports[`recommended rules has the right list 1`] = `
103-
[
104-
"avoid-leaking-state-in-ember-objects",
105-
"avoid-using-needs-in-controllers",
106-
"classic-decorator-hooks",
107-
"classic-decorator-no-classic-methods",
108-
"closure-actions",
109-
"jquery-ember-run",
110-
"new-module-imports",
111-
"no-actions-hash",
112-
"no-arrow-function-computed-properties",
113-
"no-assignment-of-untracked-properties-used-in-tracking-contexts",
114-
"no-at-ember-render-modifiers",
115-
"no-attrs-in-components",
116-
"no-attrs-snapshot",
117-
"no-capital-letters-in-routes",
118-
"no-classic-classes",
119-
"no-classic-components",
120-
"no-component-lifecycle-hooks",
121-
"no-computed-properties-in-native-classes",
122-
"no-controller-access-in-routes",
123-
"no-deeply-nested-dependent-keys-with-each",
124-
"no-deprecated-router-transition-methods",
125-
"no-duplicate-dependent-keys",
126-
"no-ember-super-in-es-classes",
127-
"no-ember-testing-in-module-scope",
128-
"no-empty-glimmer-component-classes",
129-
"no-function-prototype-extensions",
130-
"no-get-with-default",
131-
"no-get",
132-
"no-global-jquery",
133-
"no-implicit-injections",
134-
"no-incorrect-calls-with-inline-anonymous-functions",
135-
"no-incorrect-computed-macros",
136-
"no-invalid-debug-function-arguments",
137-
"no-invalid-dependent-keys",
138-
"no-invalid-test-waiters",
139-
"no-jquery",
140-
"no-legacy-test-waiters",
141-
"no-mixins",
142-
"no-new-mixins",
143-
"no-noop-setup-on-error-in-before",
144-
"no-observers",
145-
"no-old-shims",
146-
"no-on-calls-in-components",
147-
"no-pause-test",
148-
"no-private-routing-service",
149-
"no-restricted-resolver-tests",
150-
"no-runloop",
151-
"no-settled-after-test-helper",
152-
"no-shadow-route-definition",
153-
"no-side-effects",
154-
"no-string-prototype-extensions",
155-
"no-test-and-then",
156-
"no-test-import-export",
157-
"no-test-module-for",
158-
"no-test-support-import",
159-
"no-test-this-render",
160-
"no-tracked-properties-from-args",
161-
"no-try-invoke",
162-
"no-unnecessary-route-path-option",
163-
"no-volatile-computed-properties",
164-
"prefer-ember-test-helpers",
165-
"require-computed-macros",
166-
"require-computed-property-dependencies",
167-
"require-return-from-computed",
168-
"require-super-in-lifecycle-hooks",
169-
"require-tagless-components",
170-
"require-valid-css-selector-in-test-helpers",
171-
"routes-segments-snake-case",
172-
"use-brace-expansion",
173-
"use-ember-data-rfc-395-imports",
174-
]
175-
`;

0 commit comments

Comments
 (0)