From 7befe80c6c58c691d43619d251fb46b2afbf731c Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Wed, 26 Jun 2024 13:45:39 +0200 Subject: [PATCH] Update format of the `jest-junit-eslint.md` output file --- __tests__/__outputs__/jest-junit-eslint.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/__tests__/__outputs__/jest-junit-eslint.md b/__tests__/__outputs__/jest-junit-eslint.md index 4a8f0301..32608c37 100644 --- a/__tests__/__outputs__/jest-junit-eslint.md +++ b/__tests__/__outputs__/jest-junit-eslint.md @@ -1,11 +1,17 @@ ![Tests passed successfully](https://img.shields.io/badge/tests-1%20passed-success) +
Expand for details + +|Report|Passed|Failed|Skipped|Time| +|:---|---:|---:|---:|---:| +|fixtures/jest-junit-eslint.xml|1 ✅|||0ms| ## ✅ fixtures/jest-junit-eslint.xml **1** tests were completed in **0ms** with **1** passed, **0** failed and **0** skipped. |Test suite|Passed|Failed|Skipped|Time| |:---|---:|---:|---:|---:| -|[test.jsx](#r0s0)|1✅|||0ms| +|[test.jsx](#r0s0)|1 ✅|||0ms| ### ✅ test.jsx ``` test ✅ test.jsx -``` \ No newline at end of file +``` +
\ No newline at end of file