test: added empty test for handle response and error func
This commit is contained in:
parent
a2151d6eae
commit
5addd0ef4d
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
||||||
|
import { handleResponseAndError } from './handle-response-and-error.util';
|
||||||
|
|
||||||
|
describe(handleResponseAndError.name, () => {
|
||||||
|
test.todo('should handle response and error');
|
||||||
|
});
|
||||||
Loading…
Add table
Reference in a new issue