view data fixes
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { GracefulService, responseCache, withGracefulDegradation } from './GracefulDegradation';
|
||||
|
||||
describe('GracefulDegradation', () => {
|
||||
it('should export graceful degradation utilities', () => {
|
||||
expect(withGracefulDegradation).toBeDefined();
|
||||
expect(responseCache).toBeDefined();
|
||||
expect(GracefulService).toBeDefined();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user