jupyterlab_minio_browser .spec.ts 200 Bytes
Newer Older
bellship24's avatar
bellship24 committed
1
2
3
4
5
6
7
8
9
/**
 * Example of [Jest](https://jestjs.io/docs/getting-started) unit tests
 */

describe('jupyterlab-minio-browser ', () => {
  it('should be tested', () => {
    expect(1 + 1).toEqual(2);
  });
});