File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
ionic/components/toast/test Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,8 @@ describe('Toast', () => {
12
12
showCloseButton : true
13
13
} ) ;
14
14
15
- expect ( toast . message ) . toEqual ( 'Please Wait...' ) ;
16
- expect ( toast . showCloseButton ) . toEqual ( true ) ;
17
- expect ( toast . closeButtonText ) . toEqual ( 'Close' ) ;
15
+ expect ( toast . data . message ) . toEqual ( 'Please Wait...' ) ;
16
+ expect ( toast . data . showCloseButton ) . toEqual ( true ) ;
18
17
} ) ;
19
18
20
19
} ) ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = function(config) {
11
11
12
12
files : [
13
13
'node_modules/systemjs/node_modules/es6-module-loader/dist/es6-module-loader.js' , //npm2
14
- 'node_modules/es6-module-loader/dist/es6-module-loader.src. js' , //npm3
14
+ 'node_modules/es6-module-loader/dist/es6-module-loader.js' , //npm3
15
15
'node_modules/systemjs/dist/system.js' ,
16
16
'scripts/karma/system.config.js' ,
17
17
'node_modules/angular2/bundles/angular2-polyfills.min.js' ,
You can’t perform that action at this time.
0 commit comments