Skip to content

Instantly share code, notes, and snippets.

@proton0210
Last active February 15, 2024 11:41
Show Gist options
  • Save proton0210/6232762788b2f5ed03999c961c1a3dfb to your computer and use it in GitHub Desktop.
Save proton0210/6232762788b2f5ed03999c961c1a3dfb to your computer and use it in GitHub Desktop.
module.exports = {
testEnvironment: "node",
roots: ["<rootDir>/__tests__/test_cases"],
testMatch: ["**/*.test.ts"],
transform: {
"^.+\\.tsx?$": "ts-jest",
},
testTimeout: 90000,
};
jest.config.js
---
"signup": "jest --verbose ./__tests__/test_cases/e2e/confirm-user-sign-up.test.ts",
---
npm i dotenv chance @types/chance @aws-sdk/client-cognito-identity-provider
---
ID_USER_POOL=
CLIENT_USER_POOL_ID=
GRAPHQL_URL=
REST_URL=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment