[PR #7503] [MERGED] refactor: rename test packages #15605

Closed
opened 2026-04-13 10:07:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7503
Author: @himself65
Created: 1/20/2026
Status: Merged
Merged: 1/20/2026
Merged by: @himself65

Base: canaryHead: himself65/2026/01/20/rename


📝 Commits (1)

  • 7283f09 refactor: rename test packages

📊 Changes

18 files changed (+25 additions, -24 deletions)

View changed files

📝 e2e/adapter/package.json (+2 -1)
📝 e2e/integration/package.json (+1 -1)
📝 e2e/integration/solid-vinxi/e2e/utils.ts (+1 -1)
📝 e2e/integration/solid-vinxi/package.json (+2 -2)
📝 e2e/integration/test-utils/package.json (+1 -1)
📝 e2e/integration/vanilla-node/e2e/utils.ts (+1 -1)
📝 e2e/integration/vanilla-node/package.json (+2 -2)
📝 e2e/smoke/package.json (+1 -1)
📝 e2e/smoke/test/fixtures/cloudflare/package.json (+1 -1)
📝 e2e/smoke/test/fixtures/esbuild/package.json (+1 -1)
📝 e2e/smoke/test/fixtures/ipv6/package.json (+1 -1)
📝 e2e/smoke/test/fixtures/tsconfig-declaration/package.json (+1 -1)
📝 e2e/smoke/test/fixtures/tsconfig-exact-optional-property-types/package.json (+1 -1)
📝 e2e/smoke/test/fixtures/tsconfig-isolated-module-bundler/package.json (+1 -1)
📝 e2e/smoke/test/fixtures/tsconfig-verbatim-module-syntax-node10/package.json (+1 -1)
📝 e2e/smoke/test/fixtures/vite/package.json (+1 -1)
📝 pnpm-lock.yaml (+5 -5)
📝 test/package.json (+1 -1)

📄 Description

Summary by cubic

Renamed all test packages to the @better-auth-test scope for consistent naming and isolation. Updated imports and fixtures; set adapter to ESM. No runtime changes.

  • Refactors
    • Renamed adapter, integration, smoke, fixtures, and test-utils to @better-auth-test/*.
    • Updated imports to use @better-auth-test/test-utils in e2e utils.
    • Added "type": "module" to e2e/adapter.
    • Regenerated pnpm-lock.yaml to reflect workspace changes.

Written for commit 7283f09803. Summary will update on new commits.


🔄 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/7503 **Author:** [@himself65](https://github.com/himself65) **Created:** 1/20/2026 **Status:** ✅ Merged **Merged:** 1/20/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2026/01/20/rename` --- ### 📝 Commits (1) - [`7283f09`](https://github.com/better-auth/better-auth/commit/7283f09803cc434d701b70b7e8a73a18c5df4062) refactor: rename test packages ### 📊 Changes **18 files changed** (+25 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `e2e/adapter/package.json` (+2 -1) 📝 `e2e/integration/package.json` (+1 -1) 📝 `e2e/integration/solid-vinxi/e2e/utils.ts` (+1 -1) 📝 `e2e/integration/solid-vinxi/package.json` (+2 -2) 📝 `e2e/integration/test-utils/package.json` (+1 -1) 📝 `e2e/integration/vanilla-node/e2e/utils.ts` (+1 -1) 📝 `e2e/integration/vanilla-node/package.json` (+2 -2) 📝 `e2e/smoke/package.json` (+1 -1) 📝 `e2e/smoke/test/fixtures/cloudflare/package.json` (+1 -1) 📝 `e2e/smoke/test/fixtures/esbuild/package.json` (+1 -1) 📝 `e2e/smoke/test/fixtures/ipv6/package.json` (+1 -1) 📝 `e2e/smoke/test/fixtures/tsconfig-declaration/package.json` (+1 -1) 📝 `e2e/smoke/test/fixtures/tsconfig-exact-optional-property-types/package.json` (+1 -1) 📝 `e2e/smoke/test/fixtures/tsconfig-isolated-module-bundler/package.json` (+1 -1) 📝 `e2e/smoke/test/fixtures/tsconfig-verbatim-module-syntax-node10/package.json` (+1 -1) 📝 `e2e/smoke/test/fixtures/vite/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+5 -5) 📝 `test/package.json` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Renamed all test packages to the @better-auth-test scope for consistent naming and isolation. Updated imports and fixtures; set adapter to ESM. No runtime changes. - **Refactors** - Renamed adapter, integration, smoke, fixtures, and test-utils to @better-auth-test/*. - Updated imports to use @better-auth-test/test-utils in e2e utils. - Added "type": "module" to e2e/adapter. - Regenerated pnpm-lock.yaml to reflect workspace changes. <sup>Written for commit 7283f09803cc434d701b70b7e8a73a18c5df4062. Summary will update on new commits.</sup> <!-- 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-13 10:07:59 -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#15605