test(web): 添加 createListPageTests 工厂 — 6 类标准测试用例自动生成
This commit is contained in:
8
apps/web/src/test/factories/listPageTests.test.tsx
Normal file
8
apps/web/src/test/factories/listPageTests.test.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { createListPageTests } from './listPageTests';
|
||||
|
||||
describe('createListPageTests', () => {
|
||||
it('is a function that returns a describe block', () => {
|
||||
expect(typeof createListPageTests).toBe('function');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user