Skip to content

Commit

Permalink
test: disable type test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 15, 2023
1 parent 632e1d9 commit f739cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/basic/server/api/useAsyncData/count.ts
@@ -1,7 +1,7 @@
let counter = 0

const test = () => () => {
// @ts-expect-error useNuxtApp should be undefined in a nitro route
// TODO: useNuxtApp should be undefined when type-testing a nitro route
useNuxtApp()
}
test()
Expand Down

0 comments on commit f739cdf

Please sign in to comment.