fix issues
This commit is contained in:
9
apps/website/lib/utils/errorUtils.test.ts
Normal file
9
apps/website/lib/utils/errorUtils.test.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { parseApiError, getErrorSeverity } from './errorUtils';
|
||||
|
||||
describe('errorUtils', () => {
|
||||
it('should be defined', () => {
|
||||
expect(parseApiError).toBeDefined();
|
||||
expect(getErrorSeverity).toBeDefined();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user