Skip to content

Commit

Permalink
[test] Add ?suppress=true option in lit-bundled-index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
t2ym committed Feb 21, 2019
1 parent 846e734 commit 83836fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lit-bundled-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
//'minify2-min'
]
).forEach(function (phase) {
(nativeShadow ? [ '', /*'?xhr=fake&suppress=true', '?dom=shadow&xhr=fake&suppress=true' */ ] : [ '?xhr=fake&suppress=true' ]).forEach(function (dom) {
(nativeShadow ? [ '?suppress=true', /*'?xhr=fake&suppress=true', '?dom=shadow&xhr=fake&suppress=true' */ ] : [ '?suppress=true' ]).forEach(function (dom) {
(nativeES6 ?
[
'element-binding',
Expand Down

0 comments on commit 83836fa

Please sign in to comment.