Skip to content

Commit

Permalink
Reference dependencies as siblings in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicknellr committed Apr 2, 2018
1 parent 569ff37 commit 2561d86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions test/perf/binding-expressions.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
<script src="../../bower_components/perf-tester/perf.js"></script>
<script src="../../bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../../perf-tester/perf.js"></script>
<script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../../polymer.html">
<link rel="import" href="../../lib/mixins/strict-binding-parser.html">
</head>
Expand Down
6 changes: 3 additions & 3 deletions test/perf/perf-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>

<meta charset="utf-8">
<script src="../../bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../bower_components/perf-tester/perf-tester.js"></script>
<script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../../perf-tester/perf-tester.js"></script>
<link rel="import" href="../../polymer.html">
<style>
summary {
Expand All @@ -24,4 +24,4 @@
];
</script>

</body>
</body>

0 comments on commit 2561d86

Please sign in to comment.