// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`dotnet-trx tests matches report snapshot 1`] = ` Object { "annotations": Array [], "summary": "**7** tests were completed in **1.061s** with **3** passed, **1** skipped and **3** failed. | Result | Suite | Tests | Time | Passed ✔️ | Failed ❌ | Skipped ✖️ | | :---: | :--- | ---: | ---: | ---: | ---: | ---: | | ❌ | [DotnetTests.XUnitTests.CalculatorTests](#ts-0-DotnetTests-XUnitTests-CalculatorTests) | 7 | 109.5761ms | 3 | 3 | 1 | # Test Suites ## DotnetTests.XUnitTests.CalculatorTests ❌ | Result | Test | Time | | :---: | :--- | ---: | | ❌ | Exception_In_TargetTest | 0.4975ms | | ❌ | Exception_In_Test | 2.2728ms | | ❌ | Failing_Test | 3.2953ms | | ✔️ | Passing_Test | 0.1254ms | | ✔️ | Passing_Test_With_Name | 0.103ms | | ✖️ | Skipped_Test | 1ms | | ✔️ | Timeout_Test | 102.2821ms | ", "title": "Dotnet TRX tests ❌", } `;