Enable ipynb serializer tests in web integration tests

and reenable NotebookSerializer test in non-web
This commit is contained in:
Rob Lourens
2022-02-01 18:22:46 -08:00
parent f498b374c0
commit bb79477f2e
3 changed files with 10 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ const apiTestContentProvider: vscode.NotebookContentProvider = {
}
};
(vscode.env.uiKind === vscode.UIKind.Web ? suite.skip : suite)('Notebook API tests', function () {
suite('Notebook API tests', function () {
const testDisposables: vscode.Disposable[] = [];
const suiteDisposables: vscode.Disposable[] = [];