mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 17:27:14 +02:00
6 lines
175 B
TypeScript
6 lines
175 B
TypeScript
import { NodeTestHarness } from '@nodes-testing/node-test-harness';
|
|
|
|
describe('Test Read PDF Node', () => {
|
|
new NodeTestHarness().setupTests({ assertBinaryData: true });
|
|
});
|