Skip to content

Commit

Permalink
fix: update test snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Jul 25, 2022
1 parent 717efbb commit dca6e01
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -272,7 +272,7 @@ describe('parse negatives', async () => {
expect(
await runError('import.meta.glob(`hi ${hey}`)')
).toMatchInlineSnapshot(
'[Error: Invalid glob import syntax: Expected glob to be a string, but got contains expressions]'
'[Error: Invalid glob import syntax: Expected glob to be a string, but got dynamic template literal]'
)
})

Expand Down

0 comments on commit dca6e01

Please sign in to comment.