[PR #5367] [MERGED] test: add type check cases #31563

Closed
opened 2026-04-17 22:27:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5367
Author: @himself65
Created: 10/16/2025
Status: Merged
Merged: 10/16/2025
Merged by: @himself65

Base: canaryHead: himself65/2025/10/16/type-check


📝 Commits (2)

📊 Changes

5 files changed (+160 additions, -5 deletions)

View changed files

e2e/smoke/test/fixtures/tsconfig-isolated-module-bundler/package.json (+12 -0)
e2e/smoke/test/fixtures/tsconfig-isolated-module-bundler/src/index.ts (+88 -0)
e2e/smoke/test/fixtures/tsconfig-isolated-module-bundler/tsconfig.json (+18 -0)
📝 e2e/smoke/test/typecheck.spec.ts (+1 -0)
📝 pnpm-lock.yaml (+41 -5)

📄 Description

Refer: https://x.com/letstri/status/1967254165211820421


Summary by cubic

Add an e2e type-check fixture for a bundler-style TypeScript config (isolatedModules + Bundler moduleResolution) to validate Better Auth with emailHarmony and other plugins. Update the typecheck test to run this fixture; pnpm-lock updated with fixture-only dependencies.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/5367 **Author:** [@himself65](https://github.com/himself65) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2025/10/16/type-check` --- ### 📝 Commits (2) - [`cfed195`](https://github.com/better-auth/better-auth/commit/cfed195249b33a735f79adb8d4b2f0c9b673223d) test: add type check cases - [`9386fa9`](https://github.com/better-auth/better-auth/commit/9386fa919e137ac8dbd0070437f85ee7c416f329) chore: lint fix ### 📊 Changes **5 files changed** (+160 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `e2e/smoke/test/fixtures/tsconfig-isolated-module-bundler/package.json` (+12 -0) ➕ `e2e/smoke/test/fixtures/tsconfig-isolated-module-bundler/src/index.ts` (+88 -0) ➕ `e2e/smoke/test/fixtures/tsconfig-isolated-module-bundler/tsconfig.json` (+18 -0) 📝 `e2e/smoke/test/typecheck.spec.ts` (+1 -0) 📝 `pnpm-lock.yaml` (+41 -5) </details> ### 📄 Description Refer: https://x.com/letstri/status/1967254165211820421 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Add an e2e type-check fixture for a bundler-style TypeScript config (isolatedModules + Bundler moduleResolution) to validate Better Auth with emailHarmony and other plugins. Update the typecheck test to run this fixture; pnpm-lock updated with fixture-only dependencies. <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 22:27:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#31563