提交 920849cc 编写于 作者: B Benjamin Pasero

our tests are very weird

上级 db334b22
......@@ -2,13 +2,16 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
'use strict';
// import * as assert from 'assert';
import * as assert from 'assert';
// import labels = require('vs/base/common/labels');
suite('Labels', () => {
test('shorten', () => {
assert.ok(true);
// nothing to shorten
// assert.deepEqual(labels.shorten(['a']), ['a']);
// assert.deepEqual(labels.shorten(['a', 'b']), ['a', 'b']);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册