Commit 3ce9c05
committed
test: fix import ordering in promotion.test (biome organizer)
The mock-completeness comment + `import * as realEmbedding` were placed
before ./constants; biome's import organizer (bun run lint = biome check .)
requires local imports sorted, so CI's Check(plugin) lint went red. Reorder
so ./embedding sits after ./constants. Behavior unchanged.1 parent 6a939e5 commit 3ce9c05
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments