ninghao-nestjs/src/core/interceptors/logging.interceptor.spec.ts

8 lines
196 B
TypeScript

import { LoggingInterceptor } from './logging.interceptor';
describe('LoggingInterceptor', () => {
it('should be defined', () => {
expect(new LoggingInterceptor()).toBeDefined();
});
});