describe('myJSTest', () => { it('should pass', () => { expect(2).toBe(2); }); });