Skip to content

Commit 59ce000

Browse files
committed
Fix
1 parent 414ae23 commit 59ce000

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/server/src/test/Server.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ describe('Server', () => {
442442
path: '/test/output',
443443
datastore: new FileStore({directory}),
444444
async onIncomingRequest(req) {
445+
// @ts-expect-error fine
445446
if (req?.node?.req?.user?.username === 'admin') {
446447
done()
447448
} else {

0 commit comments

Comments
 (0)