mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Reenable notebook integration tests
This commit is contained in:
@@ -136,7 +136,7 @@ const apiTestContentProvider: vscode.NotebookContentProvider = {
|
||||
}
|
||||
};
|
||||
|
||||
suite.skip('Notebook API tests', function () {
|
||||
suite('Notebook API tests', function () {
|
||||
|
||||
const testDisposables: vscode.Disposable[] = [];
|
||||
const suiteDisposables: vscode.Disposable[] = [];
|
||||
@@ -872,7 +872,7 @@ suite.skip('Notebook API tests', function () {
|
||||
});
|
||||
});
|
||||
|
||||
suite.skip('statusbar', () => {
|
||||
suite('statusbar', () => {
|
||||
const emitter = new vscode.EventEmitter<vscode.NotebookCell>();
|
||||
const onDidCallProvide = emitter.event;
|
||||
const suiteDisposables: vscode.Disposable[] = [];
|
||||
@@ -910,7 +910,7 @@ suite.skip('statusbar', () => {
|
||||
});
|
||||
});
|
||||
|
||||
suite.skip('Notebook API tests (metadata)', function () {
|
||||
suite('Notebook API tests (metadata)', function () {
|
||||
const testDisposables: vscode.Disposable[] = [];
|
||||
const suiteDisposables: vscode.Disposable[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user