remove version and Mocha check from snapshot

This commit is contained in:
Gleb Bahmutov
2017-10-05 11:16:53 -04:00
parent b0a4d27903
commit 0ee45c8de2
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -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 */