/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/tryer/test/index.html
23 строки
625 B
1lostsun
initial commit
05 май 2025, 11:35
05 май 2025, 11:35
fe8f535
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>tryer unit tests</title> <link rel="stylesheet" href="../node_modules/mocha/mocha.css" /> </head> <body> <div id="mocha"></div> <script src="../node_modules/chai/chai.js"></script> <script src="../node_modules/spooks/src/spooks.min.js"></script> <script src="../node_modules/mocha/mocha.js"></script> <script> mocha.setup('tdd'); </script> <script src="../lib/tryer.min.js"></script> <script src="unit.js"></script> <script> mocha.checkLeaks(); mocha.run(); </script> </body> </html>