Add dart-json snapshot test

This commit is contained in:
Michal Dorner 2021-01-05 23:43:49 +01:00
parent fef757f6df
commit 9b620ef56a
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
3 changed files with 65 additions and 32 deletions

View 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 ❌",
}
`;