Commit Graph

1 Commits (9bf693d98ddf8efa058a5fbbb6a3da5e0c12ab27)

Author SHA1 Message Date
silverwind 98e7e3a5f0
Move vitest setup file to root ()
I'm using this convention in other projects and I think it makes sense
for gitea too because the vitest setup file is loaded globally for all
tests, not just ones in web_src, so it makes sense to be in the root.