-
Notifications
You must be signed in to change notification settings - Fork 7
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: chaijs/check-error
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: chaijs/check-error
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 8 files changed
- 2 contributors
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7496fac - Browse repository at this point
Copy the full SHA 7496facView commit details -
Cleanup karma and rollup (#52)
* remove unused karma config * remove rollup * update CI action
Configuration menu - View commit details
-
Copy full SHA for bbaa93a - Browse repository at this point
Copy the full SHA bbaa93aView commit details -
fix: simplify error class checking (#53)
Previously, we were unnecessarily trying to determine if the passed object was in fact a class which extends `Error`. We don't actually care about this, really. We just want to know if the `thrown` is an instance of the thing you passed. Due to this, we can simplify by simply checking that the `errorLike` is something with a `prototype` and assert that the `thrown` is an instance of it.
Configuration menu - View commit details
-
Copy full SHA for 36f9271 - Browse repository at this point
Copy the full SHA 36f9271View commit details
There are no files selected for viewing
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.