diff --git a/packages/synapse-bridge/src/patterns/NotificationBar/tests/__snapshots__/NotificationBar.spec.ts.snap b/packages/synapse-bridge/src/patterns/NotificationBar/tests/__snapshots__/NotificationBar.spec.ts.snap new file mode 100644 index 0000000000..ace216ce52 --- /dev/null +++ b/packages/synapse-bridge/src/patterns/NotificationBar/tests/__snapshots__/NotificationBar.spec.ts.snap @@ -0,0 +1,16 @@ +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html + +exports[`NotificationBar > Rendering > renders correctly with actionSlotAttrs prop 1`] = ` + +
test
+
+ { + "attrs": { + "color": "grey-darken-80", + "variant": "outlined", + "class": "mr-4" + } + } +
+
+`;