Skip to content

Commit d1e8460

Browse files
committed
Add todo to test
1 parent 5f2ae75 commit d1e8460

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/compass-collection/src/components/mock-data-generator-modal/mock-data-generator-modal.spec.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ describe('MockDataGeneratorModal', () => {
259259
expect(screen.queryByTestId('generate-mock-data-modal')).to.not.exist
260260
);
261261
});
262+
263+
// todo: assert that the generated script is displayed in the code block
262264
});
263265

264266
describe('when rendering the modal in a specific step', () => {

0 commit comments

Comments
 (0)