mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
freeze notebook and notebook cell API objects
This commit is contained in:
@@ -490,7 +490,7 @@ suite('NotebookCell#Document', function () {
|
||||
assert.ok(Object.isFrozen(event));
|
||||
assert.ok(Object.isFrozen(event.cellChanges));
|
||||
assert.ok(Object.isFrozen(event.contentChanges));
|
||||
assert.ok(!Object.isFrozen(event.notebook));
|
||||
assert.ok(Object.isFrozen(event.notebook));
|
||||
assert.ok(!Object.isFrozen(event.metadata));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user