piotrwitek / ts-mocha

Mocha thin wrapper that allows running TypeScript tests with TypeScript runtime (ts-node) to get rid of compilation complexity
MIT License
190 stars 25 forks source link

Warning during `yarn install` when using mocha 7 #48

Closed kaiyoma closed 4 years ago

kaiyoma commented 4 years ago

ts-mocha needs to update its dependencies to allow mocha 7 (assuming that the two versions work together). Currently, this warning appears during installation:

warning " > ts-mocha@6.0.0" has incorrect peer dependency "mocha@^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X".
piotrwitek commented 4 years ago

PR's welcome, it's really easy change.