Don't use globals

This commit is contained in:
Steve Kinney
2024-09-30 14:22:59 -06:00
parent 10de585111
commit 04106efc12
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import userEvent from '@testing-library/user-event';
import { Counter } from './counter';
import '@testing-library/jest-dom';
import '@testing-library/jest-dom/vitest';
describe('Counter ', () => {
beforeEach(() => {