mirror of https://github.com/buster-so/buster.git
6 lines
179 B
TypeScript
6 lines
179 B
TypeScript
import { describe, it } from 'vitest';
|
|||
|
|||
describe('createTodosStep Integration Tests', () => {
|
|||
it('should create todos for monthly sales dashboard request', async () => {});
|
|||
});
|