Skip to content

Commit

Permalink
chore change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
rrd108 committed Dec 4, 2024
1 parent a61c13d commit 5868aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/withroutes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ beforeEach(async () => {
await rm(storagePath, { recursive: true, force: true })
})

describe('shield', async () => {
describe('shield with /api/v3 route', async () => {
await setup({
rootDir: fileURLToPath(new URL('./fixtures/withroutes', import.meta.url)),
})
Expand Down

0 comments on commit 5868aa5

Please sign in to comment.