From 05fa641995709c4257c9221b2e4b182e4f9b9c17 Mon Sep 17 00:00:00 2001 From: KobeNguyenT <7845001+kobenguyent@users.noreply.github.com> Date: Sun, 29 Oct 2023 08:50:19 +0100 Subject: [PATCH] Update internal-api.md --- docs/internal-api.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/internal-api.md b/docs/internal-api.md index beebb8020..1d0eca5bf 100644 --- a/docs/internal-api.md +++ b/docs/internal-api.md @@ -112,14 +112,18 @@ module.exports = function() { // in console log FAIL | 7 passed, 1 failed, 1 skipped // 2s +2s { - passes: 7, - failures: 1, - tests: 9, - pending: 1, - start: 2023-10-26T13:15:57.685Z, - end: 2023-10-26T13:15:59.880Z, - duration: 2195 + suites: [...], + tests: { + passed: [...], + failed: [...], + skipped: [...], + }, + steps: { + passed: [...], + failed: [...], + }, } ```