testing try catch jest code example
Example: jest test try catch
expect(() => {
const model = new Sample(resolvedSample)
}).toThrow(TypeError);
expect(() => {
const model = new Sample(resolvedSample)
}).toThrow(TypeError);