Revert "Run eslint src --fix
"
This commit is contained in:
parent
67678c0f3a
commit
9bbdac088e
82 changed files with 342 additions and 363 deletions
|
@ -2,7 +2,7 @@ import * as React from 'react';
|
|||
import { beforeEach, describe, it } from 'vitest';
|
||||
import { AppState } from '../../Enums/AppState';
|
||||
import { FAST_BOOT } from '../../utils/default';
|
||||
import { fireEvent, render, type RenderResult } from '../../utils/test-utils';
|
||||
import { fireEvent, render, RenderResult } from '../../utils/test-utils';
|
||||
import { App } from './App';
|
||||
|
||||
describe.concurrent('App', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue