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
  • Loading branch information
vicb committed Jun 15, 2015
1 parent f103d9b commit 5249c55
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,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://github.com/angular/angular/issues/2095
it('should support text nodes after content tags',
inject([TestComponentBuilder, AsyncTestCompleter], (tcb, async) => {
Expand Down

0 comments on commit 5249c55

Please sign in to comment.