Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
tslint fixes in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Jan 26, 2018
1 parent 9d3c48b commit b920919
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/int/adapter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import * as assert from 'assert';
import * as path from 'path';
const {createServer} = require('http-server');
import {createServer} from 'http-server';

import {ExtendedDebugClient} from 'vscode-chrome-debug-core-testsupport';

Expand Down
4 changes: 1 addition & 3 deletions test/int/breakpoints.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

import * as assert from 'assert';
import * as path from 'path';
const {createServer} = require('http-server');
import {createServer} from 'http-server';

import {DebugClient} from 'vscode-debugadapter-testsupport';
import * as ts from 'vscode-chrome-debug-core-testsupport';

import * as testSetup from './testSetup';
Expand Down
4 changes: 1 addition & 3 deletions test/int/stepping.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

import * as assert from 'assert';
import * as path from 'path';
const {createServer} = require('http-server');
import {createServer} from 'http-server';

import {DebugClient} from 'vscode-debugadapter-testsupport';
import * as ts from 'vscode-chrome-debug-core-testsupport';

import * as testSetup from './testSetup';
Expand Down

0 comments on commit b920919

Please sign in to comment.