test: Split test utilities to improve test times (#2622)
This commit is contained in:
@@ -2,7 +2,7 @@ import type { ViewContext } from 'view';
|
||||
import { expect, it } from 'vitest';
|
||||
|
||||
import { MergeContextViewModifier } from '../../../../src/card-controller/view/modifiers/merge-context';
|
||||
import { createView } from '../../../test-utils';
|
||||
import { createView } from '../../../view/test-utils';
|
||||
|
||||
it('should merge context', () => {
|
||||
const context: ViewContext = {
|
||||
|
||||
Reference in New Issue
Block a user