Skip to content

Commit

Permalink
replace kitchen sink strings for 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mann committed Jun 30, 2020
1 parent d9f882b commit 314f3c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/example/bin/convert.js
Expand Up @@ -24,6 +24,11 @@ function replaceStringsIn (file) {
replace(eslintRe, "")
replace("imgSrcToDataURL('/assets", "imgSrcToDataURL('https://example.cypress.io/assets")

// temporary for 5.0.0
// TODO: remove this
replace("whitelist: 'session_id'", "preserve: 'session_id'")
replace("server.whitelist", "server.ignore")

fs.writeFile(file, str, function (err) {
if (err) throw err

Expand Down

0 comments on commit 314f3c5

Please sign in to comment.