Skip to content

Commit

Permalink
Merge pull request #79 from ixahmedxi/ahmed/nx
Browse files Browse the repository at this point in the history
chore: bust the nx cache
  • Loading branch information
ixahmedxi committed Jun 2, 2023
2 parents 8034a97 + c77e1cb commit 3df2763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/typography/typography.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ describe('typography component', () => {
it('should render the component', () => {
render(<Typography />);

expect(screen.getByText(/hello world/i)).toBeInTheDocument();
expect(screen.getByText(/ui button/i)).toBeInTheDocument();
});
});
2 changes: 1 addition & 1 deletion packages/ui/src/typography/typography.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const Typography = () => {
return <p className="text-crimson-11 dark:text-red-10">UI Package</p>;
return <p className="text-crimson-11 dark:text-red-10">UI Button</p>;
};

0 comments on commit 3df2763

Please sign in to comment.