We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebd331 commit c479bd7Copy full SHA for c479bd7
1 file changed
packages/integration-tests-next/fixtures/utils.ts
@@ -77,8 +77,8 @@ export function readAllFiles(
77
.replace(/"ci":false/g, '"ci":true')
78
.replace(/"platform":".+?"/g, '"platform":"PLATFORM"')
79
.replace(/"duration":[\d.]+/g, '"duration":DURATION')
80
- .replace(/"start_timestamp":[\d.]+/g, '"duration":START_TIMESTAMP')
81
- .replace(/"timestamp":[\d.]+/g, '"duration":TIMESTAMP')
+ .replace(/"start_timestamp":[\d.]+/g, '"start_timestamp":START_TIMESTAMP')
+ .replace(/"timestamp":[\d.]+/g, '"timestamp":TIMESTAMP')
82
.replace(/"release":"[\d.]+"/g, '"release":"PLUGIN_VERSION"');
83
} else {
84
// Normalize Windows line endings for cross-platform snapshots
0 commit comments