clean up test file errors
parent
a4c52b1eb1
commit
0c70729e09
|
|
@ -1,3 +1,5 @@
|
|||
/* eslint-disable node/no-unpublished-import */
|
||||
|
||||
import { defineConfig } from "cypress";
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue