Skip to content

Commit

Permalink
style: lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Feb 24, 2024
1 parent 11240c5 commit c92a37e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/commands/serve.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,7 @@ test.group('Serve command', () => {
)
})

test('do not attempt to serve assets when --no-assets flag is used', async ({
fs,
cleanup,
}) => {
test('do not attempt to serve assets when --no-assets flag is used', async ({ fs, cleanup }) => {
await fs.create('bin/server.js', '')
await fs.create(
'node_modules/ts-node/package.json',
Expand Down

0 comments on commit c92a37e

Please sign in to comment.