This commit is contained in:
Johannes Rieken 2021-01-29 13:08:41 +01:00
parent 3114b1c4c5
commit 930b5686ff

View file

@ -47,6 +47,10 @@ suite('vscode', function () {
}
assert.strictEqual(rpcPaths.length, 0, rpcPaths.join('\n'));
assert.strictEqual(proxyPaths.length, 0, proxyPaths.join('\n'));
// todo@jrieken
// this should be run after/before each test because some objects are short lived,
// like notebook-editor, documents etc.
});
});