Skip to content

Commit 851c297

Browse files
committed
Enable test
1 parent 2e7c494 commit 851c297

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/tests.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,7 @@ export let tests: Record<string, TestEntry[]> = {
239239
// TODO: Enable this test — it causes console noise but not a failure
240240
// t`<div [ngClass]="{ '${no}': foo && definitely&a:syntax*error }" class="${yes}"></div>`,
241241

242-
// TODO: Enable test once we can run all tests against Prettier v3.6
243-
// t`<div [ngClass]="\`${yes}\`"></div>`,
242+
t`<div [ngClass]="\`${yes}\`"></div>`,
244243
],
245244
css: [...css, t`@apply ${yes} !important;`],
246245
scss: [

0 commit comments

Comments
 (0)