1
0

move test file to tests directory

This commit is contained in:
2024-01-20 02:27:50 +01:00
parent 71fcd6c3c0
commit 9451f466fc

View File

@@ -1,5 +1,5 @@
import { describe, expect, test } from '@jest/globals' import { describe, expect, test } from '@jest/globals'
import { Router } from '.' import { Router } from '..'
describe('Router', () => { describe('Router', () => {
test('use', async () => { test('use', async () => {