lukemnet/bnet-auth-service

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

Summary

Maintainability
A
0 mins
Test Coverage
import { throttleConfig } from './throttle.config';

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