Bilal Kazi

Results 1 issues of Bilal Kazi

I'm using this with Jest and have babel-jest set up to alias the modules as below ``` { plugins: [ ['module-resolver', { alias: { 'react-dom/server': 'preact-render-to-string', 'react-addons-test-utils': 'preact-test-utils', react: 'preact-compat-enzyme',...