mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-31 11:59:04 -06:00
remove version and Mocha check from snapshot
This commit is contained in:
@@ -7,6 +7,9 @@ function normalize (s) {
|
||||
// using forward slashes
|
||||
return s.replace(process.cwd(), '<folder path>')
|
||||
.replace(/passing \(\d+ms\)/, 'passing (<time>ms)')
|
||||
.replace(/cypress@(\d+\.\d+\.\d+)/, 'cypress@x.y.z')
|
||||
.replace(/✓/g, 'Y') // Mocha check on Mac
|
||||
.replace(/√/g, 'Y') // Mocha check on Windows
|
||||
}
|
||||
|
||||
/* eslint-env mocha */
|
||||
|
||||
Reference in New Issue
Block a user