Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Jun 25, 2024
1 parent 254e670 commit 3d9cda3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/middlewares/static_files_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class MockBuildCache implements BuildCache {
hash: info.hash,
size: text.byteLength,
readable: text,
close: () => {},
});
}
}
Expand Down

0 comments on commit 3d9cda3

Please sign in to comment.