clean up test file errors

deepsource-autofix-76c6eb20
Dan Gowans 2022-08-24 11:29:45 -04:00
parent a4c52b1eb1
commit 0c70729e09
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* eslint-disable node/no-unpublished-import */
import { defineConfig } from "cypress";

View File

@ -42,6 +42,7 @@ export const fakeAdminSession: Session = {
export const fakeRequest: Request = {
// eslint-disable-next-line @typescript-eslint/no-empty-function
async *[Symbol.asyncIterator]() {},
_destroy: undefined,
_read: undefined,