describe('Tests', function() {
  it('should work', function() {
    expect(1).toBeTruthy();
  });
});