Daniel Almaguer
Daniel Almaguer
This installs `unattended-upgrades` but doesn't setup a basic config or enables them. Is this by design?
### Feat request Followup of: https://github.com/tuchk4/storybook-readme/issues/113 What do you guys think about a `` placeholder that would add the story source to the markdown as a code snippet?
- `@testing-library/dom` version: 8.0.0 - Testing Framework and version: `@testing-library/react` v12 - DOM Environment: jest 27 ### Relevant code or config: ```json "jest": { "testEnvironment": "jsdom", "setupFilesAfterEnv": ["/jest-setup.js"] } ```...
Currently this lib only support reading the `global` coverageThreshold, it would be nice to support bumping it for others too, eg: ```js coverageThreshold: { global: { branches: 100, functions: 100,...