eng: update mocha 2 -> 8

This commit is contained in:
Connor Peet
2020-12-17 10:16:42 -08:00
parent 65e1707d19
commit 04d7411785
11 changed files with 353 additions and 242 deletions

View File

@@ -69,9 +69,9 @@
tests: suite.tests.map(serializeRunnable),
title: suite.title,
fullTitle: suite.fullTitle(),
titlePath: suite.titlePath(),
timeout: suite.timeout(),
retries: suite.retries(),
enableTimeouts: suite.enableTimeouts(),
slow: suite.slow(),
bail: suite.bail()
};
@@ -79,6 +79,7 @@
function serializeRunnable(runnable) {
return {
title: runnable.title,
titlePath: runnable.titlePath(),
fullTitle: runnable.fullTitle(),
async: runnable.async,
slow: runnable.slow(),