react/test/index.html

23 lines
456 B
HTML
Raw Normal View History

2013-05-30 03:46:11 +08:00
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="jasmine.css" />
2013-05-29 05:15:27 +08:00
<style type="text/css">
iframe {
visibility: hidden;
position: absolute;
left: -1000px;
top: -1000px;
}
</style>
2013-05-30 03:46:11 +08:00
<script src="jasmine.js"></script>
<script>
window.onload = function() {
require("jasmine").getEnv().execute();
2013-05-30 03:46:11 +08:00
};
</script>
</head>
<body>
</body>
</html>