-
Notifications
You must be signed in to change notification settings - Fork 405
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: testing-library/jest-dom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.17.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: testing-library/jest-dom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 36 files changed
- 7 contributors
Commits on Aug 13, 2023
-
feat: local types, supporting jest, @jest/globals, vitest (#511)
* feat!: local types, supporting jest, @jest/globals, vitest Moves matcher types back into this package and adds support for @jest/globals and vitest. BREAKING CHANGE: Removes the extend-expect script. Users should use the default import path or one of the new test platform-specific paths to automatically extend the appropriate "expect" instance. extend-expect was not documented in the Readme, so this change should have minimal impact. Users can now use the following import paths to automatically extend "expect" for their chosen test platform: - @testing-library/jest-dom - jest (@types/jest) - @testing-library/jest-dom/jest-globals - @jest/globals - @testing-library/jest-dom/vitest - vitest For example: import '@testing-library/jest-dom/jest-globals' Importing from one of the above paths will augment the appropriate matcher interface for the given test platform, assuming the import is done in a .ts file that is included in the user's tsconfig.json. It's also (still) possible to import the matchers directly without side effects: import * as matchers from '@testing-library/jest-dom/matchers' * Update kcd-scripts BREAKING CHANGE: Drop node < 14
Configuration menu - View commit details
-
Copy full SHA for 4b764b9 - Browse repository at this point
Copy the full SHA 4b764b9View commit details
Commits on Aug 18, 2023
-
fix: matchers type is making the global expect unsafe (#513)
* fix: matchers type is making the global expect unsafe * Add test file for TypeScript typings * Remove jest specifics from matchers.d.ts * Type tests for all test environments * Fix all AsymmetricMatcher interfaces * Ignore type tests from eslint --------- Co-authored-by: Michael Manzinger <michael.manzinger@mobilex.eu> Co-authored-by: John Gozde <john@gozde.ca>
Configuration menu - View commit details
-
Copy full SHA for bdb34f1 - Browse repository at this point
Copy the full SHA bdb34f1View commit details
Commits on Aug 22, 2023
-
chore: Publish ESM and CJS (#519)
* Add rollup config * Sort dependencies in package.json * Clean output folder before build * Use relative paths for entries * Convert cjs to esm if needed * Add extensions to lodash imports To support node16 resolution * Ignore coverage for vitest and jest-globals
Configuration menu - View commit details
-
Copy full SHA for 61d17bd - Browse repository at this point
Copy the full SHA 61d17bdView commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3d834bb - Browse repository at this point
Copy the full SHA 3d834bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 853a3e5 - Browse repository at this point
Copy the full SHA 853a3e5View commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b959a68 - Browse repository at this point
Copy the full SHA b959a68View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5b492ac - Browse repository at this point
Copy the full SHA 5b492acView commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d65999 - Browse repository at this point
Copy the full SHA 6d65999View commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 44f1eab - Browse repository at this point
Copy the full SHA 44f1eabView commit details
Loading
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 v5.17.0...v6.1.4