UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

31 lines (25 loc) 985 B
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" > <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <title>Siesta Examples</title> <!-- Siesta CSS --> <link rel="stylesheet" type="text/css" href="../../../../../resources/css/siesta-all.css"> <!-- Siesta application --> <script type="text/javascript" src="../../../../../siesta-all.js"></script> <style type="text/css"> .tr-iframe-forced, .tr-iframe-forced-screenshot, .tr-iframe-forced-screenshot iframe, .tr-iframe-forced iframe{ width:100% !important; height:100% !important; } </style> <script type="text/javascript" src="index.js"></script> </head> <body> </body> </html>