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

describe('Test Limit Node', () => {
	new NodeTestHarness().setupTests();
});
