mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
feat: Switch tooling to vite (#67)
closes https://github.com/bellingcat/ukraine-timemap/issues/66
This commit is contained in:
4
test/setup.js
Normal file
4
test/setup.js
Normal file
@@ -0,0 +1,4 @@
|
||||
require("@testing-library/jest-dom");
|
||||
|
||||
// HACK
|
||||
global.fetch = () => Promise.resolve();
|
||||
Reference in New Issue
Block a user