Spaces:
Running
Running
File size: 247 Bytes
f75d7fa |
1 2 3 4 5 6 7 8 9 10 11 |
import failOnConsole from 'vitest-fail-on-console';
import '@testing-library/jest-dom/vitest';
failOnConsole({
shouldFailOnDebug: true,
shouldFailOnError: true,
shouldFailOnInfo: true,
shouldFailOnLog: true,
shouldFailOnWarn: true,
});
|