Commit f5e74f6
committed
fix: resolve test failures from stale dist and missing source aliases
- Add @blocknote/mantine and @blocknote/server-util to tests/vite.config.ts
aliases so all unit tests resolve from source, never needing a dist build
- Rebuild stale tsdown-generated dist files (ariakit, mantine, shadcn, xl-ai,
xl-ai-server, xl-multi-column) so Next.js serverUtil test can find mantine
- Fix TestExecutor type to accept void | Promise<void> — sync test executors
are valid but the type was requiring Promise<void>, causing tsgo TS2322 errors1 parent 6487f07 commit f5e74f6
2 files changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
52 | 60 | | |
53 | 61 | | |
54 | 62 | | |
| |||
0 commit comments