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 number Diff line number Diff line change 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
- === = ===
18
1
import * as testRunner from 'vscode/lib/testrunner' ;
19
2
20
3
testRunner . configure ( {
@@ -24,4 +7,3 @@ testRunner.configure({
24
7
} ) ;
25
8
26
9
module . exports = testRunner ;
27
- >>> > >>> lang - server - spike
You can’t perform that action at this time.
0 commit comments