test: update snapshot (#1399) #379
Annotations
2 errors
Test
Process completed with exit code 1.
|
Test:
packages/cli/test/utils/transform-icons.test.ts#L22
Error: Snapshot `transformIcons > transforms tabler icons 1` mismatched
- Expected
+ Received
"<script setup>
- import { IconCheck } from '@tabler/icons-vue';
+ import { Check } from "lucide-vue-next";
import { Primitive } from "reka-ui";
</script>
<template>
- <IconCheck />
+ <Check />
<Primitive />
</template>
"
❯ test/utils/transform-icons.test.ts:22:20
|
Loading