mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix rest of the tests
This commit is contained in:
parent
40ff1b08ae
commit
7744284254
7 changed files with 47 additions and 47 deletions
|
@ -9,7 +9,7 @@ const EPSILON_DIGITS = 3;
|
|||
// below tests. In Jest this wasn't needed as global override was possible
|
||||
// but vite doesn't allow that hence we need to mock
|
||||
vi.mock(
|
||||
"../constants.ts",
|
||||
"@excalidraw/common",
|
||||
//@ts-ignore
|
||||
async (importOriginal) => {
|
||||
const module: any = await importOriginal();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue