open-cli-tools / concurrently

Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.
https://www.npmjs.com/package/concurrently
MIT License
6.98k stars 227 forks source link

Add @jest/types #457

Closed gustavohenke closed 8 months ago

gustavohenke commented 8 months ago

Since we moved to pnpm, transitive dependencies aren't hoisted where possible anymore. That's one of its selling points: https://pnpm.io/motivation#creating-a-non-flat-node_modules-directory

Screenshot of terminal showing the list of dependencies that have 'jest' in their name

Because of this, jest.config.js typing wasn't working anymore, so adding this dev dependency should fix it at least in VS Code.

coveralls commented 8 months ago

Coverage Status

coverage: 99.2%. remained the same when pulling 31f6c6ac6004c629750265859a950eec1b311bc5 on jest-types into 2c77c8bb177621c6b619fca8106b0c0c03bd498f on main.