Add purgeHTML extractor to fix flakiness
- Previously we only used the defaultExtractor which only looks at words. - We can greatly increase the non-determinism of this by using the bon-a-fide HTML extractor. - This will prevent issues like [this][1]. [1]: https://gitlab.com/gitlab-org/gitlab-foss/-/jobs/1316947507
Showing
... | ... | @@ -246,6 +246,7 @@ |
"postcss": "^7.0.14", | ||
"prettier": "2.2.1", | ||
"purgecss": "^4.0.3", | ||
"purgecss-from-html": "^4.0.3", | ||
"readdir-enhanced": "^2.2.4", | ||
"sass": "^1.32.12", | ||
"timezone-mock": "^1.0.8", | ||
... | ... |
Please register or sign in to comment