UNPKG

atlassian-connect-express

Version:

Library for building Atlassian Add-ons on top of Express

8 lines (6 loc) 253 B
const { getVerifiedClaims } = require("../lib/middleware/authentication"); describe("authentication", () => { it("exports getVerifiedClaims for apps that need the claims manually", () => { expect(getVerifiedClaims).not.toBeUndefined(); }); });