Motivation
PicJS uses vitest v2. Latest version if v4.
Notes from a usage perspective
From v3 to v4, there is one trivial breaking change, the interface GlobalSetupContext is renamed TestProject.
See https://vitest.dev/config/globalsetup.html#globalsetup
Therefore documentation should be updated but, aside from this, usage seems ok.
Motivation
PicJS uses vitest v2. Latest version if v4.
Notes from a usage perspective
From v3 to v4, there is one trivial breaking change, the interface
GlobalSetupContextis renamedTestProject.See https://vitest.dev/config/globalsetup.html#globalsetup
Therefore documentation should be updated but, aside from this, usage seems ok.