This repository was archived by the owner on May 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -219,31 +219,6 @@ describe('treeshake', () => {
219219 expect ( results . purgedModules . get ( alertComponent ) ) . toBeTruthy ( ) ;
220220 expect ( results . purgedModules . get ( alertComponentNgFactory ) ) . toBeTruthy ( ) ;
221221
222-
223- /*
224- Map {
225- '/Users/dan/ionic-angular/components/action-sheet/action-sheet.js'
226- => Set {
227- '/Users/dan/ionic-angular/components/action-sheet/action-sheet-controller.js' },
228- '/Users/dan/ionic-angular/components/action-sheet/action-sheet-controller.js'
229- => Set {
230- '/Users/dan/myApp/app/app.module.ngfactory.js',
231- '/Users/dan/myApp/pages/home.ngfactory.js' },
232- '/Users/dan/ionic-angular/components/action-sheet/action-sheet-component.js'
233- => Set {
234- '/Users/dan/ionic-angular/components/action-sheet/action-sheet-component.ngfactory.js' },
235- '/Users/dan/ionic-angular/components/action-sheet/action-sheet-component.ngfactory.js'
236- => Set {
237- '/Users/dan/myApp/app/app.module.ngfactory.js' } },
238- purgedModules:
239- Map {
240- '/Users/dan/ionic-angular/components/radio-button.js' => Set {},
241- '/Users/dan/ionic-angular/components/check-box.js' => Set {},
242- '/Users/dan/ionic-angular/components/alert/alert.js' => Set {},
243- '/Users/dan/ionic-angular/components/alert/alert-controller.js' => Set {},
244- '/Users/dan/ionic-angular/components/alert/alert-component.js' => Set {},
245- '/Users/dan/ionic-angular/components/alert/alert-component.ngfactory.js' => Set {} } }
246- */
247222 } ) ;
248223 } ) ;
249224
You can’t perform that action at this time.
0 commit comments