UNPKG

zapier-platform-cli

Version:

The CLI for managing integrations in Zapier Developer Platform.

8 lines (6 loc) 134 B
/* globals describe, it, expect */ describe('addition ', () => { it('should work', () => { expect(1 + 1).toEqual(2); }); });