Skip to content

Commit

Permalink
style: remove unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Feb 24, 2024
1 parent 25d4e6b commit 11240c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/commands/serve.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ test.group('Serve command', () => {
})

test('do not attempt to serve assets when --no-assets flag is used', async ({

Check failure on line 225 in tests/commands/serve.spec.ts

View workflow job for this annotation

GitHub Actions / lint / lint

Replace `⏎····fs,⏎····cleanup,⏎·` with `·fs,·cleanup`

Check failure on line 225 in tests/commands/serve.spec.ts

View workflow job for this annotation

GitHub Actions / test / test_linux (20.10.0)

Replace `⏎····fs,⏎····cleanup,⏎·` with `·fs,·cleanup`

Check failure on line 225 in tests/commands/serve.spec.ts

View workflow job for this annotation

GitHub Actions / test / test_linux (21.x)

Replace `⏎····fs,⏎····cleanup,⏎·` with `·fs,·cleanup`

Check failure on line 225 in tests/commands/serve.spec.ts

View workflow job for this annotation

GitHub Actions / test / test_windows (21.x)

Replace `␍⏎····fs,␍⏎····cleanup,␍⏎·` with `·fs,·cleanup`

Check failure on line 225 in tests/commands/serve.spec.ts

View workflow job for this annotation

GitHub Actions / lint / lint

Replace `⏎····fs,⏎····cleanup,⏎·` with `·fs,·cleanup`

Check failure on line 225 in tests/commands/serve.spec.ts

View workflow job for this annotation

GitHub Actions / test / test_windows (21.x)

Replace `␍⏎····fs,␍⏎····cleanup,␍⏎·` with `·fs,·cleanup`

Check failure on line 225 in tests/commands/serve.spec.ts

View workflow job for this annotation

GitHub Actions / test / test_linux (21.x)

Replace `⏎····fs,⏎····cleanup,⏎·` with `·fs,·cleanup`
assert,
fs,
cleanup,
}) => {
Expand Down

0 comments on commit 11240c5

Please sign in to comment.