Skip to content

Commit

Permalink
Update deepStrictEqualExpectedEntries comparisons to omit additional …
Browse files Browse the repository at this point in the history
…fields
  • Loading branch information
yashkohli88 committed Oct 30, 2024
1 parent 93bc60e commit 02acf95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const fs = require('fs')
findDefinition(coordinates),
getDefinition(devApiBaseUrl, coordinates)
])
deepStrictEqualExpectedEntries(foundDef, omit(expectedDef, ['files']))
deepStrictEqualExpectedEntries(foundDef, omit(expectedDef, ['files', '_id']))
})
})

Expand Down

0 comments on commit 02acf95

Please sign in to comment.