Skip to content

Commit

Permalink
feat(hub-common): fix test coverage
Browse files Browse the repository at this point in the history
affects: @esri/hub-common
  • Loading branch information
ethanspiro committed Mar 13, 2024
1 parent 5c6f634 commit dca2075
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
48 changes: 30 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { IAuthenticationManager } from "@esri/arcgis-rest-request";
import { INewslettersRequestOptions } from "../../../../src/newsletters/api";
import { authenticateRequest } from "../../../../src/events/api/utils/authenticate-request";
import { authenticateRequest } from "../../../../src/newsletters/api/utils/authenticate-request";

describe("authenticateRequest", () => {
let getTokenSpy: any;
Expand Down

0 comments on commit dca2075

Please sign in to comment.