mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
tweak transpile and pasteUrl.test
This commit is contained in:
@@ -181,7 +181,7 @@ suite('createEditAddingLinksForUriList', () => {
|
||||
});
|
||||
|
||||
test('Smart should be disabled in math blocks', async () => {
|
||||
const katex = (await import('@vscode/markdown-it-katex')).default;
|
||||
const katex = (<any>(await import('@vscode/markdown-it-katex')).default).default;
|
||||
const engine = createNewMarkdownEngine();
|
||||
(await engine.getEngine(undefined)).use(katex);
|
||||
assert.strictEqual(
|
||||
|
||||
Reference in New Issue
Block a user