mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
9 lines
279 B
Text
9 lines
279 B
Text
// 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 ❌",
|
|
}
|
|
`;
|