test: use vitest instead of jest
This commit is contained in:
parent
7d953d5a50
commit
bb6d22d14a
12 changed files with 530 additions and 2288 deletions
|
@ -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", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue