test: use vitest instead of jest
This commit is contained in:
parent
7d953d5a50
commit
bb6d22d14a
12 changed files with 530 additions and 2288 deletions
|
@ -2,8 +2,10 @@
|
|||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import en from "../../lang/en.json";
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
import de from "../../lang/de.json";
|
||||
import en from "../../lang/en.json";
|
||||
|
||||
describe("English and german localization files", () => {
|
||||
it("should have the same keys.", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue