diff --git a/src/runTests.ts b/src/runTests.ts index d5f58fb..4c7d1d6 100644 --- a/src/runTests.ts +++ b/src/runTests.ts @@ -20,6 +20,7 @@ export function runAllTests( const received = responseData.status; const statusResults = runTest("status", expected, received, skip); + res.subResults.push(statusResults); if (stopOnFailure && statusResults.results.some((r) => !r.pass)) return res; }