Skip to content

Commit

Permalink
Revert "restore test"
Browse files Browse the repository at this point in the history
This reverts commit 44381e4.
  • Loading branch information
benmccann committed Jul 20, 2022
1 parent 44381e4 commit 2798f9d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/kit/test/apps/basics/test/server.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,6 @@ test.describe('Static files', () => {
expect(await r2.json()).toEqual({ works: true });
});

test('Filenames are case-sensitive', async ({ request }) => {
const response = await request.get('/static.JSON');
expect(response.status()).toBe(404);
});

test('Serves symlinked asset', async ({ request }) => {
const response = await request.get('/symlink-from/hello.txt');
expect(response.status()).toBe(200);
Expand Down

0 comments on commit 2798f9d

Please sign in to comment.