mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Add dart-json snapshot test
This commit is contained in:
parent
fef757f6df
commit
9b620ef56a
3 changed files with 65 additions and 32 deletions
9
__tests__/__snapshots__/dart-json.test.ts.snap
Normal file
9
__tests__/__snapshots__/dart-json.test.ts.snap
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`dart-json tests matches report snapshot 1`] = `
|
||||
Object {
|
||||
"annotations": Array [],
|
||||
"summary": "**6** tests were completed in **3.760s** with **1** passed, **1** skipped and **4** failed.",
|
||||
"title": "Dart tests ❌",
|
||||
}
|
||||
`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue