Skip to content

Commit

Permalink
fixed broken tests/missing web components
Browse files Browse the repository at this point in the history
  • Loading branch information
bbsteventill committed Sep 27, 2016
1 parent a6e66f9 commit f2b01e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/dom-bind-yield.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<head>
<meta charset="utf-8">
<script src="../../../web-component-tester/browser.js"></script>
<script src="../../../webcomponentsjs/webcomponents.js"></script>
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions test/unit/polymer-dom-native-shadow.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<head>
<meta charset="utf-8">
<script src="../../../web-component-tester/browser.js"></script>
<script src="../../../webcomponentsjs/webcomponents.js"></script>
<script>Polymer = {dom: 'shadow'};</script>
<link rel="import" href="../../polymer.html">
<link rel="import" href="polymer-dom-elements.html">
Expand Down

0 comments on commit f2b01e3

Please sign in to comment.