dev-standards
dev-standards copied to clipboard
https://bamtech.gitbooks.io/dev-standards/
Results
15
dev-standards issues
Sort by
recently updated
recently updated
newest added
You are recommending an unsupported library!
- added a generic example - separated the MO on how to define a centralized mock + fixed a mistake in its definition (`export default` instead of `jest.mock` in `__mocks__`...
Nice article :) I took a few minutes to fix a few typo that I've seen. "scaling projects" sounded weird to me. Also replaced `return Promise.reject` by `throw` as I...