-
Notifications
You must be signed in to change notification settings - Fork 162
Comparing changes
Open a pull request
base repository: testing-library/eslint-plugin-testing-library
base: v5.0.4
head repository: testing-library/eslint-plugin-testing-library
compare: v5.0.5
- 8 commits
- 47 files changed
- 5 contributors
Commits on Jan 21, 2022
-
docs: add bpinto as a contributor for code, test (#540)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f31dc61 - Browse repository at this point
Copy the full SHA f31dc61View commit details
Commits on Jan 25, 2022
-
test: wait for async process completion (#539)
`generateConfigs()` function executes a nodejs [exec] that takes many seconds to complete. As the test was not waiting for the process to terminate, Jest was complaining with the following error message: ``` Jest did not exit one second after the test run has completed. This usually means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with `--detectOpenHandles` to troubleshoot this issue. ``` Additionally, this test could have a false positive expectation since it was likely to run the snapshot comparison with previously generated plugin configurations. By default Jest tests will timeout if they take longer than 5 seconds to complete, since this test takes more than 10 seconds to complete on my local machine, this test timeout configuration has been increased to 20 seconds. [exec]: https://nodejs.org/api/child_process.html#child_processexeccommand-options-callback
Configuration menu - View commit details
-
Copy full SHA for a8341af - Browse repository at this point
Copy the full SHA a8341afView commit details
Commits on Jan 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cb8cd57 - Browse repository at this point
Copy the full SHA cb8cd57View commit details
Commits on Feb 1, 2022
-
build(deps-dev): bump eslint-plugin-jest from 25.7.0 to 26.0.0 (#548)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.7.0 to 26.0.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v25.7.0...v26.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6e92df7 - Browse repository at this point
Copy the full SHA 6e92df7View commit details -
build(deps-dev): bump eslint-remote-tester-repositories (#547)
Bumps [eslint-remote-tester-repositories](https://github.com/AriPerkkio/eslint-remote-tester/tree/HEAD/repositories) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/AriPerkkio/eslint-remote-tester/releases) - [Changelog](https://github.com/AriPerkkio/eslint-remote-tester/blob/master/CHANGELOG.md) - [Commits](https://github.com/AriPerkkio/eslint-remote-tester/commits/v0.0.4/repositories) --- updated-dependencies: - dependency-name: eslint-remote-tester-repositories dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aa3c8fb - Browse repository at this point
Copy the full SHA aa3c8fbView commit details -
build(deps-dev): bump ts-jest from 27.1.2 to 27.1.3 (#545)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.1.2 to 27.1.3. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v27.1.2...v27.1.3) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c766531 - Browse repository at this point
Copy the full SHA c766531View commit details -
build(deps-dev): bump semantic-release from 18.0.1 to 19.0.2 (#546)
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 18.0.1 to 19.0.2. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v18.0.1...v19.0.2) --- updated-dependencies: - dependency-name: semantic-release dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b8e5fb - Browse repository at this point
Copy the full SHA 9b8e5fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f03f6ef - Browse repository at this point
Copy the full SHA f03f6efView 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 v5.0.4...v5.0.5