decouple js tests from jasmine so that we can generate them in c

moved the c example inside of test file
added a make test
This commit is contained in:
Christopher Chedeau
2014-04-18 16:35:37 -07:00
parent 02d8f35b9a
commit 5f2a219394
6 changed files with 161 additions and 132 deletions

View File

@@ -16,6 +16,7 @@
</head>
<body>
<script type="text/javascript" src="src/Layout-test-utils.js"></script>
<script type="text/javascript" src="src/__tests__/Layout-test.js"></script>
</body>
</html>