Commit Graph

1 Commits (1f3ada47a3ba7ac978fea702e37adcd400245ba1)

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.