Skip to content

Commit

Permalink
Ignoring new playwright lint FPs
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Nov 5, 2024
1 parent ff42245 commit 904d045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/test-utils/stub-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export async function setup(
stubbedEndpoints[key] = (
...args: Array<google.script.Parameter>
): void => {
// eslint-disable-next-line playwright/no-unsafe-references -- Exposed function
_logEndpointCall(key, args);
const stub = window._endpointStubs[key].shift();
if (stub === undefined) {
Expand Down

0 comments on commit 904d045

Please sign in to comment.