9 lines
242 B
TypeScript
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();
|
|
});
|
|
});
|