describe('Initial test', () => {
  it('should always pass', () => {
    expect(true).toBe(true);
  });
});
