Skip to content

move from jest to vitest

Philipp S. Sommer requested to merge vitest into main

as vitest is faster than jest, we migrate the test framework to vitest. there are only minor applications for the test files itself, namely we now need the following imports:

import { describe, it, expect } from 'vitest';

Merge request reports

Loading