jsfmt.spec.js.snap 198 B

12345678910
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`call.css 1`] = `
  3. .e:extend(.f, .g) {}
  4. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. .e:extend(.f, .g) {
  6. }
  7. `;