X Tutup
Skip to content

Commit 6e38515

Browse files
committed
fix(ShadowDom): fix emulation integration spec to test all 3 strategies
fixes #2546
1 parent d599fd3 commit 6e38515

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/angular2/test/render/dom/shadow_dom_emulation_integration_spec.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ export function main() {
6060
}
6161

6262
StringMapWrapper.forEach(strategies, (strategyBinding, name) => {
63-
64-
beforeEachBindings(() => { return [strategyBinding, DomTestbed]; });
65-
6663
describe(`${name} shadow dom strategy`, () => {
64+
beforeEachBindings(() => { return [strategyBinding, DomTestbed]; });
65+
6766
// GH-2095 - https://github.com/angular/angular/issues/2095
6867
it('should support text nodes after content tags',
6968
inject([DomTestbed, AsyncTestCompleter], (tb, async) => {

0 commit comments

Comments
 (0)
X Tutup