pkgjs / wiby

"Will I break you" - a tool for testing dependents
Apache License 2.0
33 stars 7 forks source link

lib: handle not published packages #14

Closed BethGriggs closed 4 years ago

BethGriggs commented 4 years ago

This PR removes the need for modules to be published to npm before they can be tested. This involved a bit more refactoring than I first anticipated...

To summarise, this PR:

BethGriggs commented 4 years ago

It might be easier to review the file in full - https://github.com/pkgjs/wiby/blob/5a124183b53d432170315b541d864a3cdae12a88/lib/test.js

BethGriggs commented 4 years ago

Thanks @rodion-arr, I've addressed the unused var.

I think there's an ongoing discussion about our choice of linter, so I may defer adding standard to the test script for a later PR.

dominykas commented 4 years ago
dominykas commented 3 years ago

:tada: This PR is included in version 0.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: