use vitest instead of jest
This commit is contained in:
@ -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", () => {
|
||||
|
Reference in New Issue
Block a user