Skip to content

Commit

Permalink
Address CR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jacehensley-wf committed Nov 23, 2016
1 parent df441b9 commit decc8cd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,26 @@
Run <code>react_test_utils_test.html</code>
</a>
</li>
<li>
<a href="js_interop_helpers_test/js_function_test_dev_with_addons.html">
Run <code>js_interop_helpers_test/js_function_test_dev_with_addons.html</code>
</a>
</li>
<li>
<a href="js_interop_helpers_test/js_function_test_dev.html">
Run <code>js_interop_helpers_test/js_function_test_dev.html</code>
</a>
</li>
<li>
<a href="js_interop_helpers_test/js_function_test_prod_combined.html">
Run <code>js_interop_helpers_test/js_function_test_prod_combined.html</code>
</a>
</li>
<li>
<a href="js_interop_helpers_test/js_function_test_prod.html">
Run <code>js_interop_helpers_test/js_function_test_prod.html</code>
</a>
</li>
</ul>
</body>
</html>
2 changes: 1 addition & 1 deletion test/js_interop_helpers_test/js_function_test_prod.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title></title>

<script src="packages/react/react_prod.js"></script>
<script src="packages/react/react_dom.js"></script>
<script src="packages/react/react_dom_prod.js"></script>

<script type="application/dart" src="js_function_test.dart"></script>
<script src="packages/browser/dart.js"></script>
Expand Down

0 comments on commit decc8cd

Please sign in to comment.