import { NodeTestHarness } from '@nodes-testing/node-test-harness';

describe('Execute Execute Command Node', () => {
	new NodeTestHarness().setupTests();
});
