File size: 122 Bytes
5710dd0
 
 
 
 
 
1
2
3
4
5
6
7
import { cleanup } from '@testing-library/react';
import { afterEach } from 'vitest';

afterEach(() => {
  cleanup();
});