1
0

switch to vitest

This commit is contained in:
2024-02-21 18:52:04 +01:00
parent 4c480d5ac7
commit c452594325
6 changed files with 1096 additions and 3297 deletions

View File

@@ -1,7 +1,4 @@
import crypto from 'node:crypto'
Object.defineProperty(global, 'crypto', { value: { subtle: crypto.webcrypto.subtle }})
import { describe, expect, test } from '@jest/globals'
import { describe, expect, test } from 'vitest'
import jwt, { JwtAlgorithm } from '../src/index'
type Dataset = {