Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 11, 2022
1 parent 54a941a commit edf6fe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playground/css-sourcemap/__tests__/serve.spec.ts
Expand Up @@ -29,12 +29,12 @@ describe.runIf(isServe)('serve', () => {
const css = await res.text()
const map = extractSourcemap(css)
expect(formatSourcemapForSnapshot(map)).toMatchInlineSnapshot(`
Object {
{
"mappings": "AAAA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AACT,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AACb,CAAC;",
"sources": Array [
"sources": [
"/root/linked.css",
],
"sourcesContent": Array [
"sourcesContent": [
".linked {
color: red;
}
Expand Down

0 comments on commit edf6fe0

Please sign in to comment.