Update dependencies

This commit is contained in:
Alejandro Celaya
2023-12-09 11:23:22 +01:00
parent 44dc61ee91
commit 482b65e130
5 changed files with 1176 additions and 593 deletions

View File

@@ -1,4 +1,3 @@
import 'vitest-canvas-mock';
import '@testing-library/jest-dom/vitest';
import { cleanup } from '@testing-library/react';
import axe from 'axe-core';
@@ -20,4 +19,5 @@ afterEach(() => {
cleanup();
});
HTMLCanvasElement.prototype.getContext = (() => {}) as any;
(global as any).scrollTo = () => {};