use test extension to test extensions

This commit is contained in:
Aaron Munger
2023-10-13 14:50:34 -07:00
committed by Aaron Munger
parent 7314532ae9
commit 583d56685f
3 changed files with 14 additions and 8 deletions

View File

@@ -20,6 +20,16 @@ const extensions = [
workspaceFolder: `extensions/markdown-language-features/test-workspace`,
mocha: { timeout: 60_000 }
},
{
label: 'ipynb',
workspaceFolder: '%TEMPDIR%/ipynb-%RANDOM%',
mocha: { timeout: 60_000 }
},
{
label: 'notebook-renderers',
workspaceFolder: '%TEMPDIR%/nbout-%RANDOM%',
mocha: { timeout: 60_000 }
},
];