1
0

switch to vitest

This commit is contained in:
2024-02-24 20:55:23 +01:00
parent 5aedc0248d
commit 7dce99214d
6 changed files with 1043 additions and 3398 deletions

View File

@@ -1,4 +1,4 @@
import { describe, expect, test } from '@jest/globals'
import { describe, expect, test } from 'vitest'
import { Router } from '../src/index'
describe('Router', () => {