describe('Base test', () => { test('Checking that JEST is working', () => { expect(1).toBe(1); }); });