Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 17ec1d8

Browse files
authored
test(treeshake): remove unnecessary comment from test
1 parent 60c1e24 commit 17ec1d8

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

src/optimization/treeshake.spec.ts

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)