You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test('source data was the same as the corrected data',function(){
equal(source,result,'there was automated data written into the manual listing, this has been removed, run the tests again')
})
Perhaps, we just need a better diffing algorithm, that just lists the keys. Could also be a key sorting issue, which https://github.com/bevry/sortobject could fix, if sorting is the issue.
The text was updated successfully, but these errors were encountered:
As the comparison diff is useless...
Example problem: #307 (comment)
PR welcome for whoever wants to take this.
The current code for it is at
staticsitegenerators-list/test.js
Lines 104 to 106 in dc2944a
Perhaps, we just need a better diffing algorithm, that just lists the keys. Could also be a key sorting issue, which https://github.com/bevry/sortobject could fix, if sorting is the issue.
The text was updated successfully, but these errors were encountered: