diff --git a/src/setupTests.ts b/src/setupTests.ts index dcc507d..ad3827c 100644 --- a/src/setupTests.ts +++ b/src/setupTests.ts @@ -3,4 +3,6 @@ import '@testing-library/jest-dom'; import * as matchers from '@testing-library/jest-dom/matchers'; import { expect } from 'vitest'; +process.env.VITE_API_BASE_URL = 'https://onchain.togethercrew.de/api/v1/'; + expect.extend(matchers);