1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-03-05 20:50:17 -08:00
n8n/packages/editor-ui/tests/unit/placeholder.spec.ts

6 lines
96 B
TypeScript
Raw Normal View History

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