mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
apps/e2e/tests/js/auth-like.test.ts:68 asserts clientApp.version matches `^js @stackframe/js@…`, but the build-time sentinel is stamped from packages/js/package.json's `name` field (configs/tsdown/plugins.ts:10), which PR 3 renamed @stackframe/js → @hexclave/js. Post-rename the sentinel is `js @hexclave/js@1.0.0` (or 1.0.1 after auto-bump), so the old regex fails. Caught by a follow-up reviewer pass — the published-artifact sentinel is the most direct observable that's affected by a source-name rename, and this is the one e2e test that asserts on it directly. |
||
|---|---|---|
| .. | ||
| access-token-refresh.test.ts | ||
| api-keys.test.ts | ||
| app.test.ts | ||
| auth-like.test.ts | ||
| config.test.ts | ||
| connected-accounts.test.ts | ||
| convex.test.ts | ||
| cookies.test.ts | ||
| cross-domain-auth.test.ts | ||
| data-vault.test.ts | ||
| email-template-existing-project.test.ts | ||
| email.test.ts | ||
| inheritance.test.ts | ||
| js-helpers.ts | ||
| list-users.test.ts | ||
| oauth-providers.test.ts | ||
| oauth.test.ts | ||
| payments.test.ts | ||
| restricted-users.test.ts | ||
| team-invitations.test.ts | ||