Files
n8n-enterprise-unlocked/packages/nodes-base/nodes/Github/__tests__/oauth2-credentials-expression/setup.test.ts

6 lines
172 B
TypeScript

import { NodeTestHarness } from '@nodes-testing/node-test-harness';
describe('Test Github Oauth2 Credentials Expression', () => {
new NodeTestHarness().setupTests();
});