cic-staff-client/src/app/_helpers/global-error-handler.spec.ts
2021-03-15 14:58:18 +03:00

8 lines
207 B
TypeScript

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