Skip to content

Commit fb08147

Browse files
committed
make tests ignore builtat
1 parent 5e4b5cc commit fb08147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/comparison-tests/create-and-execute-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ function getNormalisedFileContent(file, location, test) {
369369
? normaliseString(originalContent)
370370
// Built at: 2/15/2018 8:33:18 PM
371371
// Built at: 2018-2-11 17:50:52 (any time is fine for us)
372-
.replace(/^Built at: .+$/gm, 'Built at: A-DATETIME')
372+
.replace(/^Built at: .+$/gm, '')
373373
// We don't want a difference in the number of kilobytes to fail the build
374374
.replace(/[\d]+([.][\d]*)? KiB/g, 'A-NUMBER-OF KiB')
375375
// We also don't want a difference in the number of bytes to fail the build

0 commit comments

Comments
 (0)