Jacques Desmarais

Results 3 issues of Jacques Desmarais

**Feature Request** Description: Would it be (have been?) possible to extend the 'expect' library instead? My use case is that I am using Jest from the command line (the "normal"...

I use the following TypeScript code to setup Redux' middlewares: (Note: for dev purposes only) ``` if (typeof window !== 'undefined') { if ((window as any).__REDUX_DEVTOOLS_EXTENSION__) { enhancer = compose(...

Hi, I get the following error when trying to run the sample LiteScript blog-example-dns.lite.md: ``` $ git clone [email protected]:luciotato/LiteScript.git $ cd LiteScript/doc $ lite -es6 blog-example-dns.lite.md LiteScript-to-js v0.8.9 Build Date...