mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 12:15:21 -08:00
Add dart-json snapshot test
This commit is contained in:
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 ❌",
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user