tsfmt - extensions/vscode-api-tests

This commit is contained in:
Johannes Rieken
2016-10-08 09:41:37 +02:00
parent eda34bbe60
commit 196c630451
9 changed files with 36 additions and 34 deletions

View File

@@ -9,7 +9,7 @@ import * as assert from 'assert';
import * as vscode from 'vscode';
import * as fs from 'fs';
import * as os from 'os';
import {join} from 'path';
import { join } from 'path';
function rndName() {
return Math.random().toString(36).replace(/[^a-z]+/g, '').substr(0, 10);