Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d37f23e

Browse files
committedMar 22, 2017
more debugging
1 parent df1664c commit d37f23e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎tests/e2e/setup/500-create-project.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ export default function() {
6666
});
6767
}
6868
})
69-
.then(() => updateJsonFile('package.json', json => {
70-
console.log(JSON.stringify(json))
71-
}))
7269
.then(() => silentNpm('install'))
7370
// Force sourcemaps to be from the root of the filesystem.
7471
.then(() => updateTsConfig(json => {

‎tests/e2e/utils/project.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,6 @@ export function useNg2() {
103103
Object.keys(ng2Deps['devDependencies']).forEach(pkgName => {
104104
json['devDependencies'][pkgName] = ng2Deps['devDependencies'][pkgName];
105105
});
106+
console.log(JSON.stringify(json))
106107
}));
107108
}

0 commit comments

Comments
 (0)
Please sign in to comment.