mirror of
https://github.com/coder/code-server.git
synced 2026-05-07 04:51:59 +02:00
chore(vscode): update to 1.56.0
This commit is contained in:
@@ -21,7 +21,7 @@ suite('Platform / Registry', () => {
|
||||
|
||||
assert.ok(Registry.knows('foo'));
|
||||
assert.ok(Registry.as<any>('foo').bar);
|
||||
assert.equal(Registry.as<any>('foo').bar, true);
|
||||
assert.strictEqual(Registry.as<any>('foo').bar, true);
|
||||
});
|
||||
|
||||
test('registry - knows, as', function () {
|
||||
|
||||
Reference in New Issue
Block a user