|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
625 bytes
|
| Line | |
|---|
| 1 | <!DOCTYPE html>
|
|---|
| 2 | <html>
|
|---|
| 3 | <head>
|
|---|
| 4 | <meta charset="utf-8" />
|
|---|
| 5 | <title>tryer unit tests</title>
|
|---|
| 6 | <link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
|
|---|
| 7 | </head>
|
|---|
| 8 | <body>
|
|---|
| 9 | <div id="mocha"></div>
|
|---|
| 10 | <script src="../node_modules/chai/chai.js"></script>
|
|---|
| 11 | <script src="../node_modules/spooks/src/spooks.min.js"></script>
|
|---|
| 12 | <script src="../node_modules/mocha/mocha.js"></script>
|
|---|
| 13 | <script>
|
|---|
| 14 | mocha.setup('tdd');
|
|---|
| 15 | </script>
|
|---|
| 16 | <script src="../lib/tryer.min.js"></script>
|
|---|
| 17 | <script src="unit.js"></script>
|
|---|
| 18 | <script>
|
|---|
| 19 | mocha.checkLeaks();
|
|---|
| 20 | mocha.run();
|
|---|
| 21 | </script>
|
|---|
| 22 | </body>
|
|---|
| 23 | </html>
|
|---|
| 24 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.