Port tests to vitest

This commit is contained in:
Pieter Vander Vennet 2023-02-03 04:48:32 +01:00
parent 64a4d7e929
commit 228ceb120d
33 changed files with 673 additions and 326 deletions

View file

@ -1,5 +1,5 @@
import { describe } from "mocha"
import { exec } from "child_process"
import { describe, it } from "vitest"
/**
*