mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 15:27:03 +02:00
6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
import { NodeTestHarness } from '@nodes-testing/node-test-harness';
|
|
|
|
describe('Execute Execute Command Node', () => {
|
|
new NodeTestHarness().setupTests();
|
|
});
|