UNPKG

siesta-lite

Version:

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

27 lines (21 loc) 1.08 kB
<!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> <!-- A sample utility mixin with convenience methods helping you write your tests more efficiently --> <script src="lib/Your.Test.Role.js" type="text/javascript"></script> <!-- A sample utility class with convenience methods helping you write your tests more efficiently --> <script src="lib/Your.Test.Class.js" type="text/javascript"></script> <!-- The test project --> <script type="text/javascript" src="index.js"></script> </head> <body> </body> </html>