Skip to content

Commit 733e5fd

Browse files
committed
fix
1 parent fbbd58d commit 733e5fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-packages/package-test-core/__tests__/language-server/diagnostic-augmentation.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ describe('Language Server: Diagnostic Augmentation', () => {
4444
'ts-template-imports-app/src/ephemeral-index.gts',
4545
'glimmer-ts',
4646
[
47+
'const foo = 2;',
4748
// https://github.com/typed-ember/glint/issues/879
4849
'<template>',
4950
' ${{foo}}',
5051
'</template>',
5152
].join('\n'),
5253
);
5354

54-
expect(diagnostics).toMatchInlineSnapshot();
55+
expect(diagnostics).toMatchInlineSnapshot(`[]`);
5556
});
5657
});
5758
});

0 commit comments

Comments
 (0)