docs(aio): Fix failing upgrade-module tests (#23234)

PR Close #23234
This commit is contained in:
Brandon Roberts 2018-04-15 22:07:42 -05:00 committed by Jason Aden
parent 1f005908a4
commit fac7dde5b1
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,7 @@
import { browser, element, by } from 'protractor';
// TODO: Fix failing tests
xdescribe('Upgrade Tests', function () {
describe('Upgrade Tests', function () {
beforeAll(function () {
// Set protractor to hybrid mode.

View File

@ -27,7 +27,8 @@
// other libraries
'rxjs': 'npm:rxjs',
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js'
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js',
'tslib': 'npm:tslib/tslib.js',
},
// packages tells the System loader how to load when no filename and/or no extension
packages: {
@ -40,7 +41,7 @@
'rxjs/operators': {main: 'index.js', defaultExtension: 'js' },
'rxjs/testing': {main: 'index.js', defaultExtension: 'js' },
'rxjs/websocket': {main: 'index.js', defaultExtension: 'js' },
'rxjs': { main: 'index.js', defaultExtension: 'js' },
'rxjs': { main: 'index.js', defaultExtension: 'js' }
}
});
})(this);