build(platform-browser): exclude node incompatible tests from :test target. (#21053)

PR Close #21053
This commit is contained in:
Misko Hevery
2017-12-17 22:18:50 -08:00
committed by Igor Minar
parent 6b81d1c9b9
commit 533a010b28
10 changed files with 15 additions and 5 deletions

View File

@ -132,6 +132,7 @@ function bootstrap(
lightDom: any /** TODO #9100 */;
describe('bootstrap factory method', () => {
if (isNode) return;
let compilerConsole: DummyConsole;
beforeEachProviders(() => { return [Log]; });