-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RN: Make hermes-inspector-msggen
tests visible for jest matcher
#37131
Conversation
This pull request was exported from Phabricator. Differential Revision: D45368748 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D45368748 |
…cebook#37131) Summary: Pull Request resolved: facebook#37131 Changelog: [Internal] Looks like all this time jest was not running these tests, because their file names are not matching the https://www.internalfb.com/code/fbsource/[1e8a1b307ffd]/xplat/js/react-native-github/jest.config.js?lines=30 - Renamed tests to kebab-case - Some of them were failing, now updated Differential Revision: D45368748 fbshipit-source-id: c115b5615a03e4c91d0217cf76502bc154a29f81
Base commit: 8132500 |
@hoxyq does this mean all (js) test files using other than kebab-case naming styles are/will be also ignored by jest? |
Yes, every test suite with a file path, which doesn't match |
Sure. Tried grep to see if more tests affected by this, seems all other tests are using kebab-case 👍 |
…cebook#37131) Summary: Pull Request resolved: facebook#37131 Changelog: [Internal] Looks like all this time jest was not running these tests, because their file names are not matching the https://www.internalfb.com/code/fbsource/[1e8a1b307ffd]/xplat/js/react-native-github/jest.config.js?lines=30 - Renamed tests to kebab-case - Some of them were failing, now updated Differential Revision: D45368748 fbshipit-source-id: b37ddd6c614badacf4be4d32e8dfe836a880fb33
This pull request was exported from Phabricator. Differential Revision: D45368748 |
…cebook#37131) Summary: Pull Request resolved: facebook#37131 Changelog: [Internal] Looks like all this time jest was not running these tests, because their file names are not matching the https://www.internalfb.com/code/fbsource/[1e8a1b307ffd]/xplat/js/react-native-github/jest.config.js?lines=30 - Renamed tests to kebab-case - Some of them were failing, now updated Differential Revision: D45368748 fbshipit-source-id: b01c57e8b5b35d80c1c6d9e42824794542ce57c2
This pull request was exported from Phabricator. Differential Revision: D45368748 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D45368748 |
…cebook#37131) Summary: Pull Request resolved: facebook#37131 Changelog: [Internal] Looks like all this time jest was not running these tests, because their file names are not matching the https://www.internalfb.com/code/fbsource/[1e8a1b307ffd]/xplat/js/react-native-github/jest.config.js?lines=30 - Renamed tests to kebab-case - Some of them were failing, now updated Reviewed By: motiz88 Differential Revision: D45368748 fbshipit-source-id: 919771391ab4121bda12e8bb8aaa6f629577f67c
This pull request was exported from Phabricator. Differential Revision: D45368748 |
…cebook#37131) Summary: Pull Request resolved: facebook#37131 Changelog: [Internal] Looks like all this time jest was not running these tests, because their file names are not matching the https://www.internalfb.com/code/fbsource/[1e8a1b307ffd]/xplat/js/react-native-github/jest.config.js?lines=30 - Renamed tests to kebab-case - Some of them were failing, now updated Reviewed By: motiz88 Differential Revision: D45368748 fbshipit-source-id: cc1fe129c84c31f16c7ffada5424996009a84d0a
…cebook#37131) Summary: Pull Request resolved: facebook#37131 Changelog: [Internal] Looks like all this time jest was not running these tests, because their file names are not matching the https://www.internalfb.com/code/fbsource/[1e8a1b307ffd]/xplat/js/react-native-github/jest.config.js?lines=30 - Renamed tests to kebab-case - Some of them were failing, now updated Reviewed By: motiz88 Differential Revision: D45368748 fbshipit-source-id: ff098a9ba6f70658300aa787c9b2dc9b02fab256
This pull request was exported from Phabricator. Differential Revision: D45368748 |
This pull request has been merged in e540d05. |
Summary:
Changelog: [Internal]
Looks like all this time jest was not running these tests, because their file names are not matching the
https://www.internalfb.com/code/fbsource/[1e8a1b307ffd]/xplat/js/react-native-github/jest.config.js?lines=30
Differential Revision: D45368748