signup-info.spec.ts 171 B

1234567
  1. import { SignupInfo } from './signup-info';
  2. describe('SignupInfo', () => {
  3. it('should create an instance', () => {
  4. expect(new SignupInfo()).toBeTruthy();
  5. });
  6. });