test: added empty test for handle response and error func

This commit is contained in:
Brian Pooe 2023-06-03 18:54:26 +02:00
parent a2151d6eae
commit 5addd0ef4d

View file

@ -0,0 +1,5 @@
import { handleResponseAndError } from './handle-response-and-error.util';
describe(handleResponseAndError.name, () => {
test.todo('should handle response and error');
});