Skip to content
This repository was archived by the owner on Feb 14, 2019. It is now read-only.

Commit e6d2d42

Browse files
committed
WTF tests?
1 parent 81a812a commit e6d2d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/shady.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<script>
55
window.ShadyDOM = {force: true};
66
</script>
7-
<script src="../node_modules/babel-polyfill/dist/polyfill.min.js"></script>
87
<script src="../node_modules/wct-browser-legacy/browser.js"></script>
8+
<script src="../node_modules/@webcomponents/template/template.js"></script>
9+
<script src="../node_modules/babel-polyfill/dist/polyfill.min.js"></script>
910
<script src="../node_modules/@webcomponents/shadydom/shadydom.min.js"></script>
1011
<script src="../node_modules/@webcomponents/shadycss/scoping-shim.min.js"></script>
11-
<script src="../node_modules/@webcomponents/template/template.js"></script>
1212
</head>
1313
<body>
1414
<script type="module" src="./lib/shady-render_test.js"></script>

0 commit comments

Comments
 (0)