I'm getting the following error:
const client = new PercyClient(options);
^
TypeError: PercyClient is not a constructor
When I run:
const PercyClient = require('@percy/client');
function run() {
const client = new PercyClient();
};
run();
Please advise. Thank you!
I'm getting the following error:
When I run:
Please advise. Thank you!