Fix an async test suite (#188380)

This commit is contained in:
Alex Ross
2023-07-20 15:46:52 +02:00
committed by GitHub
parent e8f9d7587b
commit a6b766d8ad

View File

@@ -37,7 +37,7 @@ function r(startLine: number, endLine: number, kind?: string): ExpectedIndentRan
return { startLine, endLine, kind };
}
suite('HTML Folding', async () => {
suite('HTML Folding', () => {
test('Embedded JavaScript', async () => {
const input = [