cic-staff-client/src/app/_helpers/global-error-handler.spec.ts

9 lines
242 B
TypeScript

// Application imports
import { GlobalErrorHandler } from '@app/_helpers/global-error-handler';
describe('GlobalErrorHandler', () => {
it('should create an instance', () => {
// expect(new GlobalErrorHandler()).toBeTruthy();
});
});