File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 44 *--------------------------------------------------------------------------------------------*/
55
66import * as assert from 'assert' ;
7- import { stripAnsiControlCharacters } from '../extension.bundle ' ;
7+ import { stripAnsiControlCharacters } from '../src/utils/ansiUtils ' ;
88
99suite ( 'stripAnsiControlCharacters' , ( ) => {
1010 test ( 'removes CSI color sequences' , ( ) => {
Original file line number Diff line number Diff line change 44 *--------------------------------------------------------------------------------------------*/
55
66import * as assert from 'assert' ;
7+ import { addErrorLinesFromChunk , isFuncHostErrorLog } from '../src/funcCoreTools/funcHostErrorUtils' ;
78
8- // eslint-disable-next-line no-restricted-imports
9- import { addErrorLinesFromChunk , isFuncHostErrorLog } from '../extension.bundle' ;
109
1110suite ( 'isFuncHostErrorLog' , ( ) => {
1211 test ( 'detects basic red (31m)' , ( ) => {
You can’t perform that action at this time.
0 commit comments