feat: Switch tooling to vite (#67)

closes https://github.com/bellingcat/ukraine-timemap/issues/66
This commit is contained in:
Felix Spöttel
2023-01-27 18:13:23 +01:00
committed by GitHub
parent 07dccef520
commit 1063178e8d
119 changed files with 3262 additions and 46567 deletions

4
test/setup.js Normal file
View File

@@ -0,0 +1,4 @@
require("@testing-library/jest-dom");
// HACK
global.fetch = () => Promise.resolve();