Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Apr 25, 2024
1 parent 4524ba5 commit 1bbf78a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react'
import { when } from 'vitest-when'
import { it, describe, beforeEach, vi, expect } from 'vitest'
import { act, fireEvent, screen } from '@testing-library/react'
import { fireEvent, screen } from '@testing-library/react'
import {
useCreateProtocolAnalysisMutation,
useCreateRunMutation,
Expand Down

0 comments on commit 1bbf78a

Please sign in to comment.