Skip to content

Commit

Permalink
move test file to tests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tsndr committed Jan 20, 2024
1 parent 71fcd6c commit 9451f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.spec.ts → tests/index.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, test } from '@jest/globals'
import { Router } from '.'
import { Router } from '..'

describe('Router', () => {
test('use', async () => {
Expand Down

0 comments on commit 9451f46

Please sign in to comment.