Skip to content

Commit

Permalink
add more excluded globals for nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 12, 2023
1 parent 900d6fa commit 920363b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/nuxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ export async function test(options: RunOptions) {
const file = fs.readFileSync(filePath, 'utf-8')
fs.writeFileSync(
filePath,
file.replace("'compile'", "'compile', 'ErrorTypeStrings'"),
file.replace(
"'compile'",
"'compile', 'ErrorTypeStrings', 'DeprecationTypes', 'ErrorCodes', 'TrackOpTypes', 'TriggerOpTypes'",
),
)
},
],
Expand Down

0 comments on commit 920363b

Please sign in to comment.