Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit cc80e6d

Browse files
committed
Fix polymer testing with polymer-body element
1 parent 33854d1 commit cc80e6d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/polymer.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
license that can be found in the LICENSE file.
55
-->
66
<script src="build/polymer.js"></script>
7+
<link rel="import" href="src/polymer-body.html">

conf/karma.conf.js

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ module.exports = function(karma) {
3838
{pattern: 'polymer-expressions/src/*.js', included: false},
3939
{pattern: 'polymer-expressions/third_party/**/*.js', included: false},
4040
{pattern: 'polymer-dev/polymer.html', included: false},
41+
{pattern: 'polymer-dev/src/polymer-body.html', included: false},
4142
{pattern: 'polymer-dev/src/**/*.js', included: false},
4243
{pattern: 'polymer-dev/build/polymer.js', included: false},
4344
{pattern: 'polymer-dev/test/**/*.css', included: false},

0 commit comments

Comments
 (0)