mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 00:54:06 -08:00
remove unused variable
This commit is contained in:
parent
8391af718f
commit
cb6c501c93
|
@ -289,7 +289,7 @@ describe('RunDataSchema.vue', () => {
|
|||
});
|
||||
|
||||
it('renders its own data for AI tools in debug mode', async () => {
|
||||
const { getByTestId, html } = renderComponent({
|
||||
const { getByTestId } = renderComponent({
|
||||
props: {
|
||||
paneType: 'output',
|
||||
nodes: [], // in debug mode nodes are empty
|
||||
|
|
Loading…
Reference in a new issue