1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-02-02 07:01:30 -08:00
n8n/packages/nodes-base/test/placeholder.test.ts

8 lines
96 B
TypeScript
Raw Normal View History

describe('Placeholder', () => {
test('example', () => {
expect(1 + 1).toEqual(2);
});
});