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';
2
2
import * as os from 'os' ;
3
3
import * as path from 'path' ;
4
4
import { env } from 'process' ;
5
- import { getGlobalVariable } from '../../utils/env' ;
5
+ import { getGlobalVariable } from '../../../ utils/env' ;
6
6
import {
7
7
execAndCaptureError ,
8
8
execAndWaitForOutputToMatch ,
9
9
execWithEnv ,
10
10
silentNpm ,
11
- } from '../../utils/process' ;
11
+ } from '../../../ utils/process' ;
12
12
13
13
const 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 \? / ;
14
14
const 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' ;
2
2
3
3
export default async function ( ) {
4
4
// ng build
Original file line number Diff line number Diff line change 1
- import { execFile } from 'child_process' ;
2
1
import { promises as fs } from 'fs' ;
3
2
import * as os from 'os' ;
4
3
import * as path from 'path' ;
5
- import { getGlobalVariable } from '../../utils/env' ;
4
+ import { getGlobalVariable } from '../../../ utils/env' ;
6
5
import {
7
6
execAndCaptureError ,
8
7
execAndWaitForOutputToMatch ,
9
8
execWithEnv ,
10
9
silentNpm ,
11
- } from '../../utils/process' ;
10
+ } from '../../../ utils/process' ;
12
11
13
12
const testRegistry = getGlobalVariable ( 'package-registry' ) ;
14
13
You can’t perform that action at this time.
0 commit comments