Michael Chen

Results 6 comments of Michael Chen

I copy pasted the same things as the solution repo and still had verification errors. I don't know why

Mine's this: ``` { "name": "learnyoureact", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC",...

Mildly related, how would you go about storing/approving changes? I setup my CircleCI pipeline and I'm getting this: ``` BackstopJS found differences. See: http://localhost:7357/backstop/backstop_data/html_report/ ``` I see that the bitmap...

Update: I learned that things were working fine, it just so happens that the Chrome version Circle CI was using is off by 1.5% and my test threshold was set...