Skip to content

Commit

Permalink
[test] Issue #63 Ad-hoc workaround for Polymer/thin/edge-case/advance…
Browse files Browse the repository at this point in the history
…-binding-element tests (the issue still persists and is under investigation)
  • Loading branch information
t2ym committed Mar 4, 2019
1 parent c28c533 commit eaedf73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -27,6 +27,6 @@ script:
- #wct --npm --module-resolution node --root . --config-file test/non-safari9-wct.conf.js --skip-plugin istanbul test/lit-bundled-index.html
- #for target in lit src3 preprocess3; do { export COVERAGE_DIR=test/coverage-report-${target} && wct --npm --module-resolution node --root . --config-file wct.conf.js test/${target}-index.html; } done
- #for target in lit-bundled bundled; do { wct --npm --module-resolution node --skip-plugin istanbul --root . --config-file wct.conf.js test/${target}-index.html; } done
- #wct --npm --plugin random-output test/no-bundled-index.html
- wct --npm --plugin random-output test/no-thin-index.html
- wct --npm --plugin random-output test/no-bundled-index.html
- #wct --npm --plugin random-output test/no-thin-index.html
- 'if [ "${TRAVIS_BRANCH}" != "" ]; then lcov-result-merger ''test/coverage-report*/lcov.info'' | ./node_modules/coveralls/bin/coveralls.js || echo success; fi'
1 change: 1 addition & 0 deletions test/preprocess3/edge-case-test.html
Expand Up @@ -20,6 +20,7 @@
</head>
<body>
<h2 id="test-name"></h2>
<advanced-binding-element hidden status="ok" value="initial value" parameter="parameter text"></advanced-binding-element>

<test-fixture class="test-container" id="empty-element-fixture">
<template>
Expand Down
1 change: 1 addition & 0 deletions test/src3/edge-case-test.html
Expand Up @@ -22,6 +22,7 @@
</head>
<body>
<h2 id="test-name"></h2>
<advanced-binding-element hidden status="ok" value="initial value" parameter="parameter text"></advanced-binding-element>

<test-fixture class="test-container" id="empty-element-fixture">
<template>
Expand Down

0 comments on commit eaedf73

Please sign in to comment.