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

Commit

Permalink
Align with polymer-test-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Aug 21, 2014
1 parent 848e0da commit a4cc7c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"core-selection": "Polymer/core-selection#master"
},
"devDependencies": {
"polymer-test-tools": "Polymer/polymer-test-tools#master"
"polymer-test-tools": "Polymer/polymer-test-tools#wc-tester"
}
}
3 changes: 2 additions & 1 deletion tests/html/core-list-basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<title>core-list</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<script src="../../../platform/platform.js"></script>
<link rel="import" href="../../../polymer-test-tools/ci-tools.html">
<script src="../../../polymer-test-tools/chai/chai.js"></script>
<script src="../../../polymer-test-tools/htmltest.js"></script>
<link rel="import" href="../../core-list.html">
<style>
html, body {
Expand Down
3 changes: 2 additions & 1 deletion tests/html/core-list-delete.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<title>core-list</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<script src="../../../platform/platform.js"></script>
<link rel="import" href="../../../polymer-test-tools/ci-tools.html">
<script src="../../../polymer-test-tools/chai/chai.js"></script>
<script src="../../../polymer-test-tools/htmltest.js"></script>
<link rel="import" href="../../core-list.html">
<style>
html, body {
Expand Down

0 comments on commit a4cc7c1

Please sign in to comment.