test: Split test utilities to improve test times (#2622)

This commit is contained in:
Dermot Duffy
2026-07-26 16:29:53 -07:00
committed by GitHub
parent 8d44fcecf1
commit ad89aa9538
234 changed files with 2730 additions and 2516 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { describe, expect, it } from 'vitest';
import { setProfiles } from '../../../src/config/profiles/set-profiles';
import type { ProfileType } from '../../../src/config/schema/profiles';
import { createConfig } from '../../test-utils';
import { createConfig } from '../test-utils';
describe('setProfiles', () => {
it('should handle failed parse', () => {