import { SignupInfo } from './signup-info'; describe('SignupInfo', () => { it('should create an instance', () => { expect(new SignupInfo()).toBeTruthy(); }); });