We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859513e commit e83a88bCopy full SHA for e83a88b
tests/test-suite.test.ts
@@ -23,6 +23,7 @@ describe('Passage Initialization', () => {
23
apiKey: process.env.API_KEY,
24
};
25
const passage = new Passage(config);
26
+ console.log(process.env.APP_ID);
27
28
// note that the current token is only valid until Nov.8 2022
29
test('authenticateRequestWithCookie', async () => {
0 commit comments