Update themed component tests
This commit is contained in:
@@ -18,7 +18,7 @@ describe("Renders with defaults", () => {
|
||||
expect(messageBlock).toHaveClass("px-4", "py-2");
|
||||
expect(messageBlock).toHaveClass("border");
|
||||
expect(messageBlock).toHaveClass("rounded-lg");
|
||||
expect(messageBlock).toHaveClass("bg-neutral-200", "text-neutral-600");
|
||||
expect(messageBlock).toHaveClass("bg-secondary-xlight", "text-secondary-mid");
|
||||
});
|
||||
it("Renders with custom className", () => {
|
||||
const customClassName = "custom-secondary-message-block-class";
|
||||
|
||||
Reference in New Issue
Block a user