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
+2 -1
View File
@@ -1,7 +1,8 @@
import { beforeEach, describe, expect, it, vi } from 'vitest';
import { ViewFolder, ViewMedia, ViewMediaType } from '../../src/view/item';
import { createFolder, TestViewMedia } from '../test-utils';
import { createFolder } from '../test-utils';
import { TestViewMedia } from './test-utils';
describe('ViewMedia', () => {
beforeEach(() => {