mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
Turn on notebook document test. (#156932)
This commit is contained in:
@@ -7,7 +7,7 @@ import * as assert from 'assert';
|
||||
import * as vscode from 'vscode';
|
||||
import * as utils from '../utils';
|
||||
|
||||
suite.skip('Notebook Document', function () {
|
||||
suite('Notebook Document', function () {
|
||||
|
||||
const simpleContentProvider = new class implements vscode.NotebookSerializer {
|
||||
deserializeNotebook(_data: Uint8Array): vscode.NotebookData | Thenable<vscode.NotebookData> {
|
||||
|
||||
Reference in New Issue
Block a user