Commit Graph

1 Commits (9f0ef3621a3b63ccbe93f302a446b67dc54ad725)

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.