Jim
Jim
โIs the goal trying to declare a README as root?โ yes, personally I like having all the project files including README.md at the root of the repository because I donโt...
Hopefully the move to the v2 gatsby front-end fixes a lot of the visual issues out-of-the-box... Always open to ideas for how to make things look nicer though!
something like this maybe? here's a diagram of me brainstorming how we might break the two pages down into smaller components: 
https://github.com/TDD-Solidity/EthDrop/issues/14
Thanks @tejasbubane! Yes, I did create the file `Raindrops.re` in the src folder, and it has this code: ``` let raindrops: (n: int): string => { let output = (n...
bump ๐
re-bump ๐

I'm not seeing code coverage calculated correctly at all, regardless of watch mode or not. I have created another issue for this problem [here](https://github.com/facebook/jest/issues/9342).
My issue has been fixed, and it has to do with the config settings working only in `jest.config.js` but not under "jest" in `package.json`. When it works as expected jest...