Closed Robdel12 closed 5 years ago
With @percy/agent v0.5.0 shipping, we can now run snapshots in parallel. This PR changes the test suite to run in parallel now 👍
@percy/agent
Also, I cleaned up a little bit of the package.json. Require node 8.2 for npx, remove private: false since that's implied
package.json
private: false
What is this?
With
@percy/agent
v0.5.0 shipping, we can now run snapshots in parallel. This PR changes the test suite to run in parallel now 👍Also, I cleaned up a little bit of the
package.json
. Require node 8.2 for npx, removeprivate: false
since that's implied