Skip to content

Instantly share code, notes, and snippets.

@proton0210
Created January 13, 2024 13:36
Show Gist options
  • Save proton0210/a01945dfa6f5a00c15ca3de89910231d to your computer and use it in GitHub Desktop.
Save proton0210/a01945dfa6f5a00c15ca3de89910231d to your computer and use it in GitHub Desktop.
jest.config.js
module.exports = {
testEnvironment: "node",
roots: ["<rootDir>/__tests__"],
testMatch: ["**/*.test.ts"],
transform: {
"^.+\\.tsx?$": "ts-jest",
},
testTimeout: 90000,
};
---
"authtest": "jest --verbose ./__tests__/authflow.test.ts"
---
npm i dotenv chance @types/chance
USER_POOL_ID=
CLIENT_POOL_ID=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
API_END_POINT=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment