Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Dec 5, 2022
1 parent 2405708 commit 8043ad8
Showing 1 changed file with 1 addition and 9 deletions.
Expand Up @@ -24,15 +24,7 @@ describe('fixture', async () => {

it('preserve line count', async () => {
const getTransformedLineCount = async (code: string) =>
(
await transformGlobImport(
code,
'virtual:module',
root,
resolveId,
logger
)
)?.s
(await transformGlobImport(code, 'virtual:module', root, resolveId))?.s
.toString()
.split('\n').length

Expand Down

0 comments on commit 8043ad8

Please sign in to comment.