We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7c494 commit 851c297Copy full SHA for 851c297
1 file changed
tests/tests.ts
@@ -239,8 +239,7 @@ export let tests: Record<string, TestEntry[]> = {
239
// TODO: Enable this test — it causes console noise but not a failure
240
// t`<div [ngClass]="{ '${no}': foo && definitely&a:syntax*error }" class="${yes}"></div>`,
241
242
- // TODO: Enable test once we can run all tests against Prettier v3.6
243
- // t`<div [ngClass]="\`${yes}\`"></div>`,
+ t`<div [ngClass]="\`${yes}\`"></div>`,
244
],
245
css: [...css, t`@apply ${yes} !important;`],
246
scss: [
0 commit comments