Commit 591c62d
OUT-4029 | Fix authenticate test suite (p-retry ESM) and stale assertion
authenticate.test.ts failed to load: p-retry and is-network-error are pure ESM
and next/jest only transforms packages listed in transpilePackages.
- next.config.js: transpile p-retry / is-network-error (also adds ngrok dev origin)
- authenticate.test.ts: update the public-route source fallback assertion from
"public" to "platform" to match the intentional change in commit eb76729
(was hidden while the suite couldn't load)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 54d59ec commit 591c62d
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | | - | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
0 commit comments