Skip to content

Commit a8effa2

Browse files
committed
Reapply "Remove extraneous test"
This reverts commit 51c093d.
1 parent 3837e80 commit a8effa2

File tree

1 file changed

+0
-19
lines changed
  • test-packages/package-test-core/__tests__/language-server

1 file changed

+0
-19
lines changed

test-packages/package-test-core/__tests__/language-server/hover.test.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -130,25 +130,6 @@ describe('Language Server: Hover (ts plugin)', () => {
130130
`);
131131
});
132132

133-
describe('MathML', () => {
134-
test('empty <math>', async () => {
135-
const [offset, content] = extractCursor(stripIndent`
136-
<template>
137-
<ma%th>
138-
</math>
139-
</template>
140-
`);
141-
142-
const doc = await prepareDocument(
143-
'ts-template-imports-app/src/ephemeral.gts',
144-
'glimmer-ts',
145-
content,
146-
);
147-
148-
expect(await performHoverRequest(doc, offset)).toMatchInlineSnapshot();
149-
});
150-
});
151-
152133
describe.skip('JS in a TS project', () => {
153134
test('with allowJs: true', async () => {
154135
const [offset, content] = extractCursor(stripIndent`

0 commit comments

Comments
 (0)