sync: update from private repo (9a86f49b)
CI / build-and-test (push) Successful in 9m8s
CI / build-and-test (pull_request) Successful in 9m42s

This commit is contained in:
oss-sync
2026-07-12 23:51:48 +00:00
parent a67c40d33c
commit ed3dc5529a
159 changed files with 11696 additions and 1600 deletions
+8
View File
@@ -0,0 +1,8 @@
import { describe, expect, it } from 'vitest';
import config from './vitest.config';
describe('Vitest test collection', () => {
it('excludes runtime-generated workspace output', () => {
expect(config.test?.exclude).toContain('data/worktrees/**');
});
});