lukemnet/bnet-auth-service

View on GitHub
src/config/endpoints.config.spec.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { endpointsConfig } from './endpoints.config';

describe('endpointsConfig', () => {
  it('should create endpoints config', () => {
    expect(endpointsConfig()).toMatchSnapshot();
  });
});