mirror of
https://github.com/harivansh-afk/Saas-Teamspace-2.git
synced 2026-04-22 00:00:34 +00:00
initial commit
This commit is contained in:
commit
9963e01acc
158 changed files with 48198 additions and 0 deletions
14
vitest-setup.ts
Normal file
14
vitest-setup.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import '@testing-library/jest-dom/vitest';
|
||||
|
||||
import failOnConsole from 'vitest-fail-on-console';
|
||||
|
||||
failOnConsole({
|
||||
shouldFailOnDebug: true,
|
||||
shouldFailOnError: true,
|
||||
shouldFailOnInfo: true,
|
||||
shouldFailOnLog: true,
|
||||
shouldFailOnWarn: true,
|
||||
});
|
||||
|
||||
// Set up environment variables for testing
|
||||
process.env.BILLING_PLAN_ENV = 'test';
|
||||
Loading…
Add table
Add a link
Reference in a new issue