switch from jest to vitest

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-03-01 11:22:24 +01:00
parent c859298dc3
commit 6585fe535d
11 changed files with 1028 additions and 3226 deletions

View File

@@ -1,4 +1,4 @@
import {expect, test} from '@jest/globals';
import {expect, test} from 'vitest';
import {getInputs} from '../src/context';