Skip to content

Commit

Permalink
fix some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Oct 4, 2023
1 parent 9cf8543 commit e0636f5
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 74 deletions.
16 changes: 0 additions & 16 deletions src/__fixtures__/stream-to-text.ts

This file was deleted.

5 changes: 1 addition & 4 deletions src/cli/serve.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,7 @@ console.log(
////////////////////// HELPERS ///////////////////////
///////////////////////////////////////////////////////

async function handleRequest(
req: RequestContext,
isAnAsset: boolean,
) {
async function handleRequest(req: RequestContext, isAnAsset: boolean) {
const locale = req.i18n.locale;
const url = new URL(req.finalURL);
const pathname = url.pathname;
Expand Down
Loading

0 comments on commit e0636f5

Please sign in to comment.