deploy linting and first unit test maybe
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 11s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 11s
This commit is contained in:
5
vitest.setup.ts
Normal file
5
vitest.setup.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// vitest.setup.ts
|
||||
import { expect } from 'vitest';
|
||||
import '@testing-library/jest-dom/vitest';
|
||||
|
||||
// You can add any other global setup here if needed.
|
||||
Reference in New Issue
Block a user