build(platform-browser): exclude node incompatible tests from :test target. (#21053)
PR Close #21053
This commit is contained in:
@ -132,6 +132,7 @@ function bootstrap(
|
||||
lightDom: any /** TODO #9100 */;
|
||||
|
||||
describe('bootstrap factory method', () => {
|
||||
if (isNode) return;
|
||||
let compilerConsole: DummyConsole;
|
||||
|
||||
beforeEachProviders(() => { return [Log]; });
|
||||
|
Reference in New Issue
Block a user