buster/packages/ai/tests/steps/integration/create-todos.int.test.ts

6 lines
179 B
TypeScript

import { describe, it } from 'vitest';
describe('createTodosStep Integration Tests', () => {
it('should create todos for monthly sales dashboard request', async () => {});
});