fix import
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { describe, expect, test } from '@jest/globals'
|
import { describe, expect, test } from '@jest/globals'
|
||||||
import { Router } from '..'
|
import { Router } from '../src/index'
|
||||||
|
|
||||||
describe('Router', () => {
|
describe('Router', () => {
|
||||||
test('use', async () => {
|
test('use', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user