import { describe, it } from 'vitest' describe('Component - "DialogMarkdownDocument"', () => { /** * Object of string data selectors for the component */ /* const selectorList = { markdown: 'dialogMarkdownDocument-markdown', markdownWrapper: 'dialogMarkdownDocument-markdown-wrappers', closeButton: 'dialogMarkdownDocument-button-close' } */ /** * Placeholder test due to incompatibility of unit vitest incompatibility with something in this component * Actual testing moved to component tests */ it('Placeholder - Test runs! :o') })