remove unused variable

This commit is contained in:
r00gm 2024-11-12 16:06:23 +01:00
parent 8391af718f
commit cb6c501c93
No known key found for this signature in database

View file

@ -289,7 +289,7 @@ describe('RunDataSchema.vue', () => {
}); });
it('renders its own data for AI tools in debug mode', async () => { it('renders its own data for AI tools in debug mode', async () => {
const { getByTestId, html } = renderComponent({ const { getByTestId } = renderComponent({
props: { props: {
paneType: 'output', paneType: 'output',
nodes: [], // in debug mode nodes are empty nodes: [], // in debug mode nodes are empty