stable

Clone or download

Read-only

Run packages JS unit tests task sequentially

Both Jest and Vitest run the tests of each packages in parallel, trying to also run multiple package tasks at the same time is counter-productive. The test runners will try to grab the same resources (CPU/memory) and might end up taking more time than necessary or crashing. Part of request #27556: Migrate Vite-based packages to Vitest Change-Id: Ic36acb7ac6edc561801c26b8a4e68745391fc857

Modified Files

Name
M package.json +1 −1 Go to diff View file