UNPKG

siesta-lite

Version:

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

33 lines (27 loc) 1.32 kB
<!DOCTYPE html> <html> <head> <!-- Ext JS library CSS, this is merely for the Siesta UI and is not used by your tests. Your tests use the ExtJS library, specified in the "preload" config of harness. DO NOT CHANGE THIS LINE, instead modify the "preload". --> <link rel="stylesheet" type="text/css" href="//cdn.sencha.com/ext/gpl/4.2.0/resources/css/ext-all.css"> <!-- Siesta CSS --> <link rel="stylesheet" type="text/css" href="../../resources/css/siesta-all.css"> <!-- Ext JS library, this is merely for the Siesta UI and is not used by your tests. Your tests use the ExtJS library, specified in the "preload" config of harness. DO NOT CHANGE THIS LINE, instead modify the "preload". --> <script type="text/javascript" src="//cdn.sencha.com/ext/gpl/4.2.0/ext-all.js"></script> <!-- Siesta application --> <script type="text/javascript" src="../../siesta-all.js"></script> <!-- Custom test class --> <script type="text/javascript" src="tests/lib/TestClass.js"></script> <!-- The test harness --> <script type="text/javascript" src="tests.js"></script> </head> <body> </body> </html>