Make favicon tests more fault resistent
It seems like every new version of Chrome renders the favicon canvas differently. This reduces the problems with it by creating a more fault tolerant check, which compares the color values in the pixels and is okay if they are within a certain threshold.
Showing
... | ... | @@ -161,6 +161,7 @@ |
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack": "^4.0.0-beta.0", | ||
"nodemon": "^1.18.4", | ||
"pixelmatch": "^4.0.2", | ||
"prettier": "1.15.3", | ||
"vue-jest": "^3.0.2", | ||
"webpack-dev-server": "^3.1.14", | ||
... | ... |
Please register or sign in to comment