File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
tests/legacy-cli/e2e/tests/commands/completion Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ import { promises as fs } from 'fs';
22import * as os from 'os' ;
33import * as path from 'path' ;
44import { env } from 'process' ;
5- import { getGlobalVariable } from '../../utils/env' ;
5+ import { getGlobalVariable } from '../../../ utils/env' ;
66import {
77 execAndCaptureError ,
88 execAndWaitForOutputToMatch ,
99 execWithEnv ,
1010 silentNpm ,
11- } from '../../utils/process' ;
11+ } from '../../../ utils/process' ;
1212
1313const AUTOCOMPLETION_PROMPT = / W o u l d y o u l i k e t o e n a b l e a u t o c o m p l e t i o n \? / ;
1414const DEFAULT_ENV = Object . freeze ( {
Original file line number Diff line number Diff line change 1- import { exec , execAndWaitForOutputToMatch } from '../../utils/process' ;
1+ import { exec , execAndWaitForOutputToMatch } from '../../../ utils/process' ;
22
33export default async function ( ) {
44 // ng build
Original file line number Diff line number Diff line change 1- import { execFile } from 'child_process' ;
21import { promises as fs } from 'fs' ;
32import * as os from 'os' ;
43import * as path from 'path' ;
5- import { getGlobalVariable } from '../../utils/env' ;
4+ import { getGlobalVariable } from '../../../ utils/env' ;
65import {
76 execAndCaptureError ,
87 execAndWaitForOutputToMatch ,
98 execWithEnv ,
109 silentNpm ,
11- } from '../../utils/process' ;
10+ } from '../../../ utils/process' ;
1211
1312const testRegistry = getGlobalVariable ( 'package-registry' ) ;
1413
You can’t perform that action at this time.
0 commit comments