jwt-response.spec.ts 175 B

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