Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jun 28, 2021
1 parent 1b13416 commit 6ace879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions packages/kit/test/apps/basics/src/routes/load/_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,7 @@ export default function (test, is_dev) {

await page.goto(`${base}/load/server-fetch-request?port=${port}`);

assert.equal(requested_urls, [
'/server-fetch-request-modified.json'
]);

assert.equal(requested_urls, ['/server-fetch-request-modified.json']);
assert.equal(await page.textContent('h1'), 'the answer is 42');

server.close();
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export {
ServerRequest as Request,
ServerResponse as Response,
ServerFetch
} from './hooks';
} from './hooks';

0 comments on commit 6ace879

Please sign in to comment.