Compare commits
2 Commits
ba05b2865c
...
a1893a7578
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1893a7578 | ||
|
|
64503e8924 |
File diff suppressed because one or more lines are too long
@@ -543,6 +543,9 @@ describe('config prime-agent', () => {
|
||||
expect(ext).toContain("placement: 'belowEditor'");
|
||||
// Still set the status: pi's footer does render it.
|
||||
expect(ext).toContain('ctx.ui.setStatus(STATUS_KEY');
|
||||
// prime-agent emits session_start only from reload(), never at startup, so
|
||||
// a session_start-only indicator stays blank until the first switch.
|
||||
expect(ext).toContain("pi.on('turn_start'");
|
||||
});
|
||||
|
||||
it('the installed switcher filters the project list before showing it', async () => {
|
||||
|
||||
Reference in New Issue
Block a user