Skip to content

Commit

Permalink
chore: remove unwanted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaritan1011001 committed Oct 29, 2024
1 parent c010bfd commit 5f8c2cc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { ActionStartControl } from '../ActionStartControl';
import * as useActionStartModule from '../hooks/useActionStart';

describe('ActionStartControl', () => {
// Create spies
const useActionStartSpy = jest.spyOn(useActionStartModule, 'useActionStart');

afterEach(() => {
Expand Down

0 comments on commit 5f8c2cc

Please sign in to comment.