* Disable the mode that allows updating snapshots when running tests.
()
| 1333 | * Disable the mode that allows updating snapshots when running tests. |
| 1334 | */ |
| 1335 | public resetSnapshotUpdate(): void { |
| 1336 | delete this.configOverride.snapshotOptions |
| 1337 | this.snapshot.options.updateSnapshot = this.config.snapshotOptions.updateSnapshot |
| 1338 | } |
| 1339 | |
| 1340 | /** |
| 1341 | * Set the global test name pattern to a regexp. |