@@ -85,53 +85,53 @@ exports[`Snapshot works with escaped characters 1`] = `
8585Tests: 1 passed, 1 total
8686Snapshots: 1 written, 1 total
8787Time: <<REPLACED >>
88- Ran all test suites matching / snapshot.test.js/i ."
88+ Ran all test suites matching snapshot.test.js."
8989`;
9090
9191exports[`Snapshot works with escaped characters 2`] = `
9292"Test Suites: 1 passed, 1 total
9393Tests: 2 passed, 2 total
9494Snapshots: 1 written, 1 passed, 2 total
9595Time: <<REPLACED >>
96- Ran all test suites matching / snapshot.test.js/i ."
96+ Ran all test suites matching snapshot.test.js."
9797`;
9898
9999exports[`Snapshot works with escaped characters 3`] = `
100100"Test Suites: 1 passed, 1 total
101101Tests: 2 passed, 2 total
102102Snapshots: 2 passed, 2 total
103103Time: <<REPLACED >>
104- Ran all test suites matching / snapshot.test.js/i ."
104+ Ran all test suites matching snapshot.test.js."
105105`;
106106
107107exports[`Snapshot works with escaped regex 1`] = `
108108"Test Suites: 1 passed, 1 total
109109Tests: 2 passed, 2 total
110110Snapshots: 2 written, 2 total
111111Time: <<REPLACED >>
112- Ran all test suites matching / snapshotEscapeRegex.js/i ."
112+ Ran all test suites matching snapshotEscapeRegex.js."
113113`;
114114
115115exports[`Snapshot works with escaped regex 2`] = `
116116"Test Suites: 1 passed, 1 total
117117Tests: 2 passed, 2 total
118118Snapshots: 2 passed, 2 total
119119Time: <<REPLACED >>
120- Ran all test suites matching / snapshotEscapeRegex.js/i ."
120+ Ran all test suites matching snapshotEscapeRegex.js."
121121`;
122122
123123exports[`Snapshot works with template literal substitutions 1`] = `
124124"Test Suites: 1 passed, 1 total
125125Tests: 1 passed, 1 total
126126Snapshots: 1 written, 1 total
127127Time: <<REPLACED >>
128- Ran all test suites matching / snapshotEscapeSubstitution.test.js/i ."
128+ Ran all test suites matching snapshotEscapeSubstitution.test.js."
129129`;
130130
131131exports[`Snapshot works with template literal substitutions 2`] = `
132132"Test Suites: 1 passed, 1 total
133133Tests: 1 passed, 1 total
134134Snapshots: 1 passed, 1 total
135135Time: <<REPLACED >>
136- Ran all test suites matching / snapshotEscapeSubstitution.test.js/i ."
136+ Ran all test suites matching snapshotEscapeSubstitution.test.js."
137137`;
0 commit comments