Files
openhuman/app/test/tsconfig.unit.json
T
Steven Enamakel 3b9fd2e446 Refactor OAuth provider tests for consistency and readability
- Updated test files for Discord, GitHub, Google, and Twitter to improve code consistency by standardizing async function formatting and import statements.
- Enhanced readability by restructuring promise resolutions and waitFor assertions.
- Ensured uniformity in the handling of button click events across all OAuth provider tests.
2026-03-30 07:47:53 -07:00

6 lines
183 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": { "types": ["vitest/globals", "@testing-library/jest-dom", "node"] },
"include": ["../src", "./*.test.ts", "./*.test.tsx"]
}