2020-07-17 02:59:45 +03:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2020-08-03 23:41:48 +03:00
|
|
|
exports[`should work with complicated usecases 1`] = `
|
2020-07-17 02:59:45 +03:00
|
|
|
"[
|
|
|
|
{
|
|
|
|
\\"url\\": \\"http://localhost:<PORT>/csscoverage/involved.html\\",
|
|
|
|
\\"ranges\\": [
|
|
|
|
{
|
|
|
|
\\"start\\": 149,
|
|
|
|
\\"end\\": 297
|
|
|
|
},
|
|
|
|
{
|
|
|
|
\\"start\\": 327,
|
|
|
|
\\"end\\": 433
|
|
|
|
}
|
|
|
|
],
|
|
|
|
\\"text\\": \\"\\\\n@charset \\\\\\"utf-8\\\\\\";\\\\n@namespace svg url(http://www.w3.org/2000/svg);\\\\n@font-face {\\\\n font-family: \\\\\\"Example Font\\\\\\";\\\\n src: url(\\\\\\"./Dosis-Regular.ttf\\\\\\");\\\\n}\\\\n\\\\n#fluffy {\\\\n border: 1px solid black;\\\\n z-index: 1;\\\\n /* -webkit-disabled-property: rgb(1, 2, 3) */\\\\n -lol-cats: \\\\\\"dogs\\\\\\" /* non-existing property */\\\\n}\\\\n\\\\n@media (min-width: 1px) {\\\\n span {\\\\n -webkit-border-radius: 10px;\\\\n font-family: \\\\\\"Example Font\\\\\\";\\\\n animation: 1s identifier;\\\\n }\\\\n}\\\\n\\"
|
|
|
|
}
|
|
|
|
]"
|
|
|
|
`;
|