mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: fix simple typo (#5585)
There is a small typo in test/utils.js, utils/flakiness-dashboard/FlakinessDashboard.js. Should read `existence` rather than `existance`.
This commit is contained in:
@@ -194,7 +194,7 @@ const utils = module.exports = {
|
||||
// from someone who has WRITE ACCESS to the repo.
|
||||
//
|
||||
// Since we don't want to run flakiness dashboard for PRs on all CIs, we
|
||||
// check existance of FLAKINESS_DASHBOARD_PASSWORD and absense of
|
||||
// check existence of FLAKINESS_DASHBOARD_PASSWORD and absense of
|
||||
// CIRRUS_BASE_SHA env variables.
|
||||
if (!process.env.FLAKINESS_DASHBOARD_PASSWORD || process.env.CIRRUS_BASE_SHA)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user