This commit is contained in:
HaQadosch 2023-11-26 20:43:18 +00:00
parent c3b01ef0aa
commit 2a2e068329
3 changed files with 11530 additions and 8 deletions

View File

@ -17,15 +17,15 @@
<body> <body>
<div id="mocha"></div> <div id="mocha"></div>
<script src="/test-utils/chai2.js"></script> <script src="/test-utils/chai.js"></script>
<script src="/test-utils/mocha2.js"></script> <script src="/test-utils/mocha.js"></script>
<script class="mocha-init" type="module"> <script class="mocha-init" type="module">
mocha.setup({ ui: "tdd", timeout: "2000"}); mocha.setup({ ui: "tdd", timeout: "2000"})
mocha.checkLeaks(); mocha.checkLeaks()
window.addEventListener("load", function () { window.addEventListener("load", function loaded () {
// Callback so that the test results get reported to CI // Callback so that the test results get reported to CI
mocha.run(function (failures) { mocha.run(function mochaRan (failures) {
window._testResults = { window._testResults = {
done: true, done: true,
failures, failures,

File diff suppressed because one or more lines are too long

View File

@ -20632,4 +20632,4 @@
return browserEntry; return browserEntry;
})); }));
//# sourceMappingURL=mocha.js.map