For the second year in a row, LifeOmic is listed in @outsidemagazine's Best Places to Work in 2020! At Lifeomic, we work hard but we prioritize work-life balance and a healthy lifestyle.
https://t.co/arE81VQq4I
Just discovered https://t.co/9j0Jg9jmwF by way of #reacttestinglibrary and it feels like a BOGO. I came for the test mocking but stayed for the in-app mocking.
@laurie_jim@strapijs Roughly a dozen components were used to create page building functionality with dynamic zones. GraphQL API, custom content editor, and some webhooks and S3 storage. Now we are in great shape for managed content across a set of projects for the client.
@kentcdodds While our App code is meant to have inter-dependence during dev (modules, context, props, etc.) our tests work in isolation. The only way around it is to mock, reproduce, or ignore (shallow) β all are abstractions from testing real code, so testing loses value.