testem
Version:
Test'em 'scripts! Javascript Unit testing made easy.
33 lines (30 loc) • 564 B
HTML
<html>
<head>
<script src="/socket.io/socket.io.js"></script>
<script src="/testem/testem_connection.js"></script>
<style>
body {
background: transparent;
}
#__testem_ui__ {
position: fixed;
bottom: 5px;
right: 5px;
background-color: #444;
padding: 3px;
color: #fff;
font-family: Monaco, monospace;
text-transform: uppercase;
opacity: 0.8;
}
#__testem_ui__.connected {
color: #89e583;
}
#__testem_ui__.disconnected {
color: #cc7575;
}
</style>
</head>
<body></body>
</html>