mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Oops
This commit is contained in:
@@ -65,7 +65,7 @@ async function withEvent<T>(event: vscode.Event<T>, callback: (e: Promise<T>) =>
|
||||
await callback(e);
|
||||
}
|
||||
|
||||
suite.only('Notebook API tests', function () {
|
||||
suite('Notebook API tests', function () {
|
||||
|
||||
const disposables: vscode.Disposable[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user