Skip to content

Commit

Permalink
fix(ShadowDom): fix emulation integration spec to test all 3 strategies
Browse files Browse the repository at this point in the history
fixes #2546
  • Loading branch information
vicb committed Jun 16, 2015
1 parent d599fd3 commit 6e38515
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ export function main() {
}

StringMapWrapper.forEach(strategies, (strategyBinding, name) => {

beforeEachBindings(() => { return [strategyBinding, DomTestbed]; });

describe(`${name} shadow dom strategy`, () => {
beforeEachBindings(() => { return [strategyBinding, DomTestbed]; });

// GH-2095 - https:/angular/angular/issues/2095
it('should support text nodes after content tags',
inject([DomTestbed, AsyncTestCompleter], (tb, async) => {
Expand Down

0 comments on commit 6e38515

Please sign in to comment.