Adding the skeleton QR code
This commit is contained in:
9
frontend/src/test/setup.ts
Normal file
9
frontend/src/test/setup.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { expect, afterEach } from 'vitest';
|
||||
import { cleanup } from '@testing-library/react';
|
||||
import * as matchers from '@testing-library/jest-dom/matchers';
|
||||
|
||||
expect.extend(matchers);
|
||||
|
||||
afterEach(() => {
|
||||
cleanup();
|
||||
});
|
||||
Reference in New Issue
Block a user