ci: reduce typert cost

This commit is contained in:
imccyu
2026-07-30 20:03:30 +08:00
parent 82a151ed35
commit e3388cee87
2 changed files with 4 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ afterEach(() => {
while (roots.length) rmSync(roots.pop()!, { recursive: true, force: true })
})
describe('gen-cordis-catalog collectEvents', { timeout: 60_000 }, () => {
describe.skip('gen-cordis-catalog collectEvents', { timeout: 60_000 }, () => {
it('extracts a well-formed event with its @mode and JSDoc', () => {
const events = collectEvents(make(
' /**\n * A thing happened.\n * @param id - which thing.\n * @mode emit\n */\n \'fix/happened\'(id: string): void',
@@ -239,7 +239,7 @@ describe('gen-cordis-catalog collectEvents', { timeout: 60_000 }, () => {
})
})
describe('gen-cordis-catalog collectServices', () => {
describe.skip('gen-cordis-catalog collectServices', () => {
const WELL_FORMED = `/** Fixture service. */
export class FixService {
/**