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

File diff suppressed because one or more lines are too long

View File

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