Commit 563d1e1b authored by Kent C. Dodds's avatar Kent C. Dodds Committed by Kent C. Dodds

Remove helper and view files from tests

I'm in the process of rewriting/tooling this in ES6 for a workshop I'm doing and I realized that you don't actually need either of these files for the tests to run 👍
parent a9860ea8
......@@ -16,8 +16,6 @@
window.app = {};
</script>
<script src="../js/helpers.js"></script>
<script src="../js/view.js"></script>
<script src="../js/controller.js"></script>
</head>
<body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment