lukemnet/bnet-auth-service

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

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`throttleConfig should create throttle config 1`] = `
{
  "limit": NaN,
  "ttlSecs": NaN,
}
`;