Skip to content

Commit

Permalink
chore: update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Sep 30, 2023
1 parent 186c515 commit 2611dcc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions __test__/index.spec.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Generated by [AVA](https://avajs.dev).
{
data: `<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">␊
<rect width="20" height="20" fill="rgba(255,255,255,.85)" rx="20"/>␊
</svg>`,
<rect width="20" height="20" fill="rgba(255,255,255,.85)" rx="20"/>␊
</svg>␊
`,
}
Binary file modified __test__/index.spec.ts.snap
Binary file not shown.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

/* auto-generated by NAPI-RS */

export interface TransformOutput {
code: string
map?: string
}
export interface Output {
data: string
}
Expand Down

0 comments on commit 2611dcc

Please sign in to comment.