mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
a bunch of failing tests
This commit is contained in:
@@ -5,9 +5,12 @@
|
||||
|
||||
import * as assert from 'assert';
|
||||
import { env, extensions, ExtensionKind, UIKind, Uri } from 'vscode';
|
||||
import { assertNoRpc } from '../utils';
|
||||
|
||||
suite('vscode API - env', () => {
|
||||
|
||||
teardown(assertNoRpc);
|
||||
|
||||
test('env is set', function () {
|
||||
assert.equal(typeof env.language, 'string');
|
||||
assert.equal(typeof env.appRoot, 'string');
|
||||
|
||||
Reference in New Issue
Block a user