test: use vitest instead of jest

This commit is contained in:
Johannes Loher 2022-08-22 22:05:14 +02:00
parent 7d953d5a50
commit bb6d22d14a
12 changed files with 530 additions and 2288 deletions

View file

@ -3,6 +3,8 @@
//
// SPDX-License-Identifier: MIT
import { describe, expect, it } from "vitest";
import evaluateCheck from "../../src/rolls/check-evaluation";
describe("evaluateCheck with no dice", () => {