Migrate from create react app to vite

This commit is contained in:
Przemek Więch
2025-02-05 17:05:34 +01:00
parent 99a217191b
commit b3f5ae1c25
22 changed files with 3751 additions and 21797 deletions

View File

@@ -1,3 +1,4 @@
import {expect, describe, it} from '@jest/globals';
import {loadFile} from './load_data';
import {readFileSync} from 'fs';
import {Blob} from 'buffer';