Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Jul 9, 2024
1 parent f7e9e1f commit 2ca38f3
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -518,18 +518,7 @@ describe('JS Dataset Mapper', () => {
jsDatasetFilesTotalOriginalDownloadSize,
jsDatasetFilesTotalArchivalDownloadSize
)
const replacer = function (key, value) {
if (value === undefined) {
return null
}
return value
}

console.log('actual', JSON.stringify(actual, replacer))
console.log(
'expectedDatasetWithPublicationDate',
JSON.stringify(expectedDatasetWithPublicationDate, replacer)
)
expect(expectedDatasetWithPublicationDate).to.deep.equal(actual)
})
})

0 comments on commit 2ca38f3

Please sign in to comment.