Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Jan 23, 2025
1 parent d459dac commit bfe7918
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/apply/esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ t.test('basic', async t => {
},
})
await s.apply()

const file = await s.readFile('file.js')
const file = await s.readFile('content_dir/file.js')

t.match(file, 'var x = 1;')
})

0 comments on commit bfe7918

Please sign in to comment.