mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 05:12:33 +00:00
- 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.
6 lines
183 B
JSON
6 lines
183 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": { "types": ["vitest/globals", "@testing-library/jest-dom", "node"] },
|
|
"include": ["../src", "./*.test.ts", "./*.test.tsx"]
|
|
}
|