Skip to content

Commit

Permalink
fix(test): use updated ngModules in blueprint (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamel06 authored and hansl committed Aug 17, 2016
1 parent c58c5b3 commit cb67d25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addon/ng2/blueprints/ng2/files/__path__/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Promise.all([
])
// First, initialize the Angular testing environment.
.then(([testing, testingBrowser]) => {
testing.setBaseTestProviders(
testingBrowser.TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS,
testingBrowser.TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS
testing.getTestBed().initTestEnvironment(
testingBrowser.BrowserDynamicTestingModule,
testingBrowser.platformBrowserDynamicTesting()
);
})
// Then we find all the tests.
Expand Down

0 comments on commit cb67d25

Please sign in to comment.