parent
1f005908a4
commit
fac7dde5b1
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue