UNPKG

siesta-lite

Version:

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

26 lines (22 loc) 1.15 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/5.1.0/packages/ext-theme-crisp/build/resources/ext-theme-crisp-all.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/5.1.0/build/ext-all-debug.js"></script> <script type="text/javascript" src="../../../../siesta-all.js"></script> <script type="text/javascript" src="siesta-project.js"></script> </head> <body> </body> </html>