Skip to content

Commit

Permalink
fix(prettier): fix prettier rules
Browse files Browse the repository at this point in the history
  • Loading branch information
david-gomey committed Sep 2, 2024
1 parent d45a814 commit 3f87a88
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion sample/src/components/counter/Counter.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import '@testing-library/jest-dom';
import { render, screen } from '@testing-library/react';
import { userEvent } from '@testing-library/user-event';

import { Counter } from './Counter';

describe('Counter', () => {
Expand Down
1 change: 0 additions & 1 deletion sample/src/containers/welcome/Welcome.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import '@testing-library/jest-dom';
import { render, screen } from '@testing-library/react';

import { Welcome } from './Welcome';

describe('Welcome', () => {
Expand Down
1 change: 0 additions & 1 deletion sample/src/hooks/useCounter.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { act, renderHook } from '@testing-library/react';

import { useCounter } from './useCounter';

describe('useCounter', () => {
Expand Down
1 change: 0 additions & 1 deletion sample/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { StrictMode } from 'react';
import ReactDOM from 'react-dom/client';

import { App } from './App';
import './styles/index.css';

Expand Down
1 change: 0 additions & 1 deletion sample/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { defineConfig } from 'vite';

import react from '@vitejs/plugin-react';

// https://vitejs.dev/config/
Expand Down

0 comments on commit 3f87a88

Please sign in to comment.