This commit is contained in:
2023-11-26 20:43:18 +00:00
parent c3b01ef0aa
commit 2a2e068329
3 changed files with 11530 additions and 8 deletions
+6 -6
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,
+11523 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -20632,4 +20632,4 @@
return browserEntry;
}));
//# sourceMappingURL=mocha.js.map