Skip to content

Commit

Permalink
fix: prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
prathameshkoshti committed Oct 4, 2024
1 parent cdb6b2c commit 85c3461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/app.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import '@testing-library/jest-dom';
import { render, screen } from '@testing-library/react';
import Page from '../app/page'
import Page from '../app/page';

describe('Render Page', () => {
it('should render app component', async () => {
Expand Down

0 comments on commit 85c3461

Please sign in to comment.