Skip to content

Commit b2cea62

Browse files
committed
temp to get whats different
1 parent 6587bd7 commit b2cea62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/harness/harness.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,6 +1723,7 @@ namespace Harness {
17231723
else {
17241724
IO.writeFile(actualFileName, encodedActual);
17251725
}
1726+
assert.equal(actual, expected); // temp to get actual and expected since the baseline same on two machines i tried
17261727
throw new Error(`The baseline file ${relativeFileName} has changed.`);
17271728
}
17281729
}

0 commit comments

Comments
 (0)