Skip to content

Commit

Permalink
test(badge): 📸 update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Jul 15, 2021
1 parent 35caf54 commit 59e6033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/badge/__tests__/__snapshots__/Badge.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`<Badge /> should render properly 1`] = `
<DocumentFragment>
<span
class="lib:inline-flex lib:items-center lib:justify-center lib:font-medium lib:whitespace-nowrap lib:align-middle lib:rounded-full lib:transition-all lib:py-[3px] lib:px-1.5 lib:text-xs lib:leading-[115%] lib:bg-gray-800 lib:text-white"
class="lib:inline-flex lib:items-center lib:justify-center lib:font-medium lib:whitespace-nowrap lib:align-middle lib:rounded-full lib:transition-all lib:py-[3px] lib:px-1.5 lib:text-xs lib:bg-gray-800 lib:text-white"
>
Hello world
</span>
Expand Down

0 comments on commit 59e6033

Please sign in to comment.