Skip to content

Commit 3dcd620

Browse files
committedSep 29, 2019
fix: Merge conflict was checked in.
1 parent ebb222e commit 3dcd620

File tree

1 file changed

+0
-18
lines changed
  • packages/@css-blocks/vscode/src/test

1 file changed

+0
-18
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
<<<<<<< HEAD
2-
/* --------------------------------------------------------------------------------------------
3-
* Copyright (c) Microsoft Corporation. All rights reserved.
4-
* Licensed under the MIT License. See License.txt in the project root for license information.
5-
* ------------------------------------------------------------------------------------------ */
6-
7-
import * as testRunner from 'vscode/lib/testrunner';
8-
9-
testRunner.configure({
10-
ui: 'bdd',
11-
useColors: true,
12-
timeout: 100000
13-
});
14-
15-
module.exports = testRunner;
16-
||||||| merged common ancestors
17-
=======
181
import * as testRunner from 'vscode/lib/testrunner';
192

203
testRunner.configure({
@@ -24,4 +7,3 @@ testRunner.configure({
247
});
258

269
module.exports = testRunner;
27-
>>>>>>> lang-server-spike

0 commit comments

Comments
 (0)
Please sign in to comment.