UNPKG

@jupyterlite/terminal

Version:
10 lines (8 loc) 195 B
/** * Example of [Jest](https://jestjs.io/docs/getting-started) unit tests */ describe('jupyterlite-terminal', () => { it('should be tested', () => { expect(1 + 1).toEqual(2); }); });