Michele Di Salvatore
Michele Di Salvatore
Hi guys, I'm trying to query for Angular 1.3, when I type ``` bash tsd query angular -v all ``` this is the result ``` bash - angularjs / angular...
I'm working on a typescript react project where I've installed react-focus-trap via yarn `yarn add react-focus-trap` and I can see into the package.json `"react-focus-trap": "^2.7.1",`. In my code I'm using...
Hi guys, thank you for this great gem! I'm using it in my project but I have a big problem! When I try to make a snapshot of a webpage...
As `--compilers` is [deprecated in mocha](https://github.com/mochajs/mocha/wiki/compilers-deprecation), they suggest to change `mocha --compilers js:babel-register` with `mocha --require babel-register`