Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-p committed Sep 25, 2024
1 parent f3d82aa commit cf373c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { RefObject } from 'react';
import { renderHook } from '@testing-library/react'
import { renderHook } from '@testing-library/react';
import { Provider } from 'react-redux';
import { configureStore } from '@reduxjs/toolkit';
import { continuousReducer } from '@pyroscope/redux/reducers/continuous';
Expand Down
2 changes: 1 addition & 1 deletion public/app/ui/Table.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import {act, renderHook} from '@testing-library/react'
import { act, renderHook } from '@testing-library/react';
import { render, within, screen } from '@testing-library/react';
import Table, { useTableSort } from './Table';

Expand Down
6 changes: 1 addition & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,5 @@
"public/app/lib/types.d.ts",
"public/app/lib/flot.d.ts"
],
"exclude": [
"public/app/**/*.spec.ts*",
"**/node_modules",
"**/.*/"
]
"exclude": ["public/app/**/*.spec.ts*", "**/node_modules", "**/.*/"]
}

0 comments on commit cf373c0

Please sign in to comment.