setup vite testing and able to run test

This commit is contained in:
Simon
2024-07-02 17:10:07 -04:00
parent 5e9b8ac84e
commit 452416ae18
6 changed files with 943 additions and 77 deletions

1
src/test/setup.ts Normal file
View File

@@ -0,0 +1 @@
import '@testing-library/jest-dom'