-
-
Notifications
You must be signed in to change notification settings - Fork 274
Comparing changes
Open a pull request
base repository: tapjs/tapjs
base: bb8a3b5199285716c6abebcd3f9ef8b5aadbdd39
head repository: tapjs/tapjs
compare: bc49fb76608d4dc49dfed760797a1a93d00e2835
Commits on Feb 19, 2019
-
Snapshots: pretty-format instead of util.inspect
`util.inspect` has sometimes changes between Node.js versions, making cross-version testing challenging. This is the snapshot formatter that Jest is using, it seems pretty good and well-maintained. This is a breaking change, of course, because everyone will have to re-generate their snapshots. Close #450 Close #454 Close #489
Configuration menu - View commit details
-
Copy full SHA for 54128f5 - Browse repository at this point
Copy the full SHA 54128f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9392f47 - Browse repository at this point
Copy the full SHA 9392f47View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9fb9cb - Browse repository at this point
Copy the full SHA f9fb9cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76ecd77 - Browse repository at this point
Copy the full SHA 76ecd77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b68e9 - Browse repository at this point
Copy the full SHA 17b68e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95abac0 - Browse repository at this point
Copy the full SHA 95abac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c7e76 - Browse repository at this point
Copy the full SHA f1c7e76View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd27ee4 - Browse repository at this point
Copy the full SHA dd27ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 750071a - Browse repository at this point
Copy the full SHA 750071aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74a1bb1 - Browse repository at this point
Copy the full SHA 74a1bb1View commit details -
This stopped working some time ago. Need to find another approach.
Configuration menu - View commit details
-
Copy full SHA for 3b40c06 - Browse repository at this point
Copy the full SHA 3b40c06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59f7b4f - Browse repository at this point
Copy the full SHA 59f7b4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d83df - Browse repository at this point
Copy the full SHA 81d83dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b59baa1 - Browse repository at this point
Copy the full SHA b59baa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f5edd - Browse repository at this point
Copy the full SHA 12f5eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a439b5a - Browse repository at this point
Copy the full SHA a439b5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad7c311 - Browse repository at this point
Copy the full SHA ad7c311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 757d92b - Browse repository at this point
Copy the full SHA 757d92bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5604908 - Browse repository at this point
Copy the full SHA 5604908View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac53ab - Browse repository at this point
Copy the full SHA 4ac53abView commit details -
Configuration menu - View commit details
-
Copy full SHA for faa76b4 - Browse repository at this point
Copy the full SHA faa76b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 460fdf7 - Browse repository at this point
Copy the full SHA 460fdf7View commit details -
This makes the reporters show the diff we generate, instead of re-generating. The reporter engine needs to be totally overhauled for v13, so this is mostly just a stopgap.
Configuration menu - View commit details
-
Copy full SHA for 2e38a8f - Browse repository at this point
Copy the full SHA 2e38a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71b6995 - Browse repository at this point
Copy the full SHA 71b6995View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa6a5eb - Browse repository at this point
Copy the full SHA aa6a5ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2463244 - Browse repository at this point
Copy the full SHA 2463244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6353b4b - Browse repository at this point
Copy the full SHA 6353b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86cc2b4 - Browse repository at this point
Copy the full SHA 86cc2b4View commit details
Commits on Feb 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1119321 - Browse repository at this point
Copy the full SHA 1119321View commit details -
This moves a lot of special-handling for diagnostic objects directly into the YAML implementation where it belongs.
Configuration menu - View commit details
-
Copy full SHA for 913d0db - Browse repository at this point
Copy the full SHA 913d0dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28d1adf - Browse repository at this point
Copy the full SHA 28d1adfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 091162d - Browse repository at this point
Copy the full SHA 091162dView commit details -
Split up test/tap.js into multiple individual tests
Otherwise it's just too slow.
Configuration menu - View commit details
-
Copy full SHA for b5d0ef8 - Browse repository at this point
Copy the full SHA b5d0ef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4366bc9 - Browse repository at this point
Copy the full SHA 4366bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 319b789 - Browse repository at this point
Copy the full SHA 319b789View commit details -
remove 'use strict' in savefile test code
throwing off nyc's line numbering
Configuration menu - View commit details
-
Copy full SHA for c28e2ec - Browse repository at this point
Copy the full SHA c28e2ecView commit details -
Make tests go faster and more reliably
Turn off esm for most of them. Give the timeout test a bit more time to time out.
Configuration menu - View commit details
-
Copy full SHA for 3db9d21 - Browse repository at this point
Copy the full SHA 3db9d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aae85b - Browse repository at this point
Copy the full SHA 8aae85bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b2bbd - Browse repository at this point
Copy the full SHA 35b2bbdView commit details
Commits on Mar 6, 2019
-
Maintain test order when traversing folders
Keep the files within a folder at the same point in the list as the folder was, rather than pushing them to the end. This makes the output a lot more reasonable when doing a live-update report output.
Configuration menu - View commit details
-
Copy full SHA for 10d0030 - Browse repository at this point
Copy the full SHA 10d0030View commit details
Commits on Mar 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a075848 - Browse repository at this point
Copy the full SHA a075848View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5fc15c - Browse repository at this point
Copy the full SHA b5fc15cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e26c90 - Browse repository at this point
Copy the full SHA 8e26c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db67b0 - Browse repository at this point
Copy the full SHA 2db67b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c06b8f0 - Browse repository at this point
Copy the full SHA c06b8f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for efa559d - Browse repository at this point
Copy the full SHA efa559dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38a38a8 - Browse repository at this point
Copy the full SHA 38a38a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a66fa4d - Browse repository at this point
Copy the full SHA a66fa4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 074ee1d - Browse repository at this point
Copy the full SHA 074ee1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00b42f6 - Browse repository at this point
Copy the full SHA 00b42f6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff bb8a3b5199285716c6abebcd3f9ef8b5aadbdd39...bc49fb76608d4dc49dfed760797a1a93d00e2835