File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/schematics/package_update/utility Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
*/
8
8
// tslint:disable:non-null-operator
9
9
import { virtualFs } from '@angular-devkit/core' ;
10
- import { FileSystemTree , Tree } from '@angular-devkit/schematics' ;
10
+ import { HostTree , Tree } from '@angular-devkit/schematics' ;
11
11
import { SchematicTestRunner } from '@angular-devkit/schematics/testing' ;
12
12
import * as path from 'path' ;
13
13
import { updatePackageJson } from './npm' ;
@@ -21,7 +21,7 @@ describe('Schematic Update', () => {
21
21
let inputTree : Tree ;
22
22
23
23
beforeEach ( ( ) => {
24
- inputTree = new FileSystemTree ( new virtualFs . test . TestHost ( {
24
+ inputTree = new HostTree ( new virtualFs . test . TestHost ( {
25
25
'/package.json' : `{
26
26
"dependencies": {
27
27
"@angular/core": "4.0.0",
You can’t perform that action at this time.
0 commit comments