fix(ShadowDom): fix emulation integration spec to test all 3 strategies
fixes #2546
This commit is contained in:
parent
d599fd3434
commit
6e38515402
|
@ -60,10 +60,9 @@ export function main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
StringMapWrapper.forEach(strategies, (strategyBinding, name) => {
|
StringMapWrapper.forEach(strategies, (strategyBinding, name) => {
|
||||||
|
|
||||||
beforeEachBindings(() => { return [strategyBinding, DomTestbed]; });
|
|
||||||
|
|
||||||
describe(`${name} shadow dom strategy`, () => {
|
describe(`${name} shadow dom strategy`, () => {
|
||||||
|
beforeEachBindings(() => { return [strategyBinding, DomTestbed]; });
|
||||||
|
|
||||||
// GH-2095 - https://github.com/angular/angular/issues/2095
|
// GH-2095 - https://github.com/angular/angular/issues/2095
|
||||||
it('should support text nodes after content tags',
|
it('should support text nodes after content tags',
|
||||||
inject([DomTestbed, AsyncTestCompleter], (tb, async) => {
|
inject([DomTestbed, AsyncTestCompleter], (tb, async) => {
|
||||||
|
|
Loading…
Reference in New Issue