From 0c70729e09d47ef52715457e52025ea5fdbeaef9 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Wed, 24 Aug 2022 11:29:45 -0400 Subject: [PATCH] clean up test file errors --- cypress.config.ts | 2 ++ test/_globals.ts | 1 + 2 files changed, 3 insertions(+) diff --git a/cypress.config.ts b/cypress.config.ts index 1adc9586..015850bf 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -1,3 +1,5 @@ +/* eslint-disable node/no-unpublished-import */ + import { defineConfig } from "cypress"; diff --git a/test/_globals.ts b/test/_globals.ts index a96c4579..78ec2469 100644 --- a/test/_globals.ts +++ b/test/_globals.ts @@ -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,