Files
react/test/index.html
Paul O’Shannessy 75897c2dcd Initial public release
2013-05-29 12:54:02 -07:00

17 lines
366 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="jasmine.css" />
<script src="jasmine.js"></script>
<script src="jasmine-html.js"></script>
<script src="react-test.js"></script>
<script>
window.onload = function() {
jasmine.getEnv().execute();
};
</script>
</head>
<body>
</body>
</html>