use vitest instead of jest

This commit is contained in:
Martti Malmi
2023-11-21 10:10:20 +02:00
parent f69e05d8fc
commit 60af57059b
5 changed files with 357 additions and 31 deletions

View File

@ -1,5 +1,5 @@
import { magnetURIDecode, getRelayName } from ".";
import { describe, expect } from "@jest/globals";
import { describe, it, expect } from 'vitest';
describe("magnet", () => {
it("should parse magnet link", () => {