Skip to content

Commit

Permalink
fix: fix path locally to empty.js (angular#15073)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonaden authored and chuckjaz committed Mar 15, 2017
1 parent 795638e commit 80112a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion karma-js.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = function(config) {
'node_modules/reflect-metadata/Reflect.js',
'tools/build/file2modulename.js',
'test-main.js',
{pattern: 'dist/all/empty.*', included: false, watched: false},
{pattern: 'dist/all/@angular/empty.*', included: false, watched: false},
{pattern: 'packages/platform-browser/test/static_assets/**', included: false, watched: false},
{
pattern: 'packages/platform-browser/test/browser/static_assets/**',
Expand Down
6 changes: 3 additions & 3 deletions test-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ System.config({
'benchpress/*': 'dist/js/dev/es5/benchpress/*.js',
'@angular': 'dist/all/@angular',
'rxjs': 'node_modules/rxjs',
'parse5': 'dist/all/empty.js',
'url': 'dist/all/empty.js',
'xhr2': 'dist/all/empty.js',
'parse5': 'dist/all/@angular/empty.js',
'url': 'dist/all/@angular/empty.js',
'xhr2': 'dist/all/@angular/empty.js',
'@angular/platform-server/src/parse5_adapter': 'dist/all/empty.js',
'angular2/*': 'dist/all/angular2/*.js',
'angular2/src/alt_router/router_testing_providers':
Expand Down

0 comments on commit 80112a9

Please sign in to comment.