mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 09:04:07 -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 () => {
|
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
|
||||||
|
|
Loading…
Reference in a new issue