describe('Simple Thing', () => {
  it('should just work', () => {
    expect(true).toBe(true);
  });
});
