percy / cli

The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
https://docs.percy.io/docs/cli-overview
70 stars 43 forks source link

fix: add root node_modules to import commands when running pnpm #1643

Closed felipeplets closed 2 months ago

felipeplets commented 3 months ago

fixes 1481

This is a follow up to https://github.com/percy/cli/pull/1482 including the requested Unit Tests.

pankaj443 commented 3 months ago

Hey @felipeplets, there is 1 lint issue and 1 uncovered line for test coverage, please check

felipeplets commented 3 months ago

Hey @felipeplets, there is 1 lint issue and 1 uncovered line for test coverage, please check

I have fixed both issues.