Skip to content

Commit

Permalink
Test in shady and native.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Aug 24, 2016
1 parent 176c3d8 commit 242bd7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/runner.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
}, []);
}

// suites = combinations(suites, [['', 'shadowDomV0=true'], ['wc-ce=v0', 'wc-ce=v0&wc-register', 'wc-ce=v1']]);
suites = combinations(suites, [['wc-ce=v1&wc-register=true']]);
suites = combinations(suites, [['wc-ce=v1&wc-register=true'], ['forceShadyDom=true', '']]);
console.log('Testing suites:\n\t' + suites.join('\n\t'));

WCT.loadSuites(suites);
Expand Down

0 comments on commit 242bd7a

Please sign in to comment.