Zaid Rehman Qureshi

Results 4 comments of Zaid Rehman Qureshi

None of the above mentioned worked for me but somehow below code worked `jest.config.js` ``` module.exports = { .... globalTeardown: 'test-teardown-globals.js', } ``` `test-teardown-globals.js` ``` module.exports = () => {...

When can we expect it to be merged ?

@jjjachyty Did your problem resolved? What did you do to create SSR supported markdowns?