Skip to content

Commit

Permalink
oops, watchman crash
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 5, 2022
1 parent 22ff22e commit 4f7be3c
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions e2e/__tests__/__snapshots__/findRelatedFiles.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ exports[`--findRelatedTests flag coverage configuration is applied correctly 2`]
`;
exports[`--findRelatedTests flag coverage configuration is applied correctly 3`] = `
"jest-haste-map: Watchman crawl failed. Retrying once with node crawler.
Usually this happens when watchman isn't running. Create an empty \`.watchmanconfig\` file in your project's root folder or initialize a git or hg repository in your project.
Error: Watchman error: watchman::RootResolveError: RootResolveError: unable to resolve root /private/var/folders/gj/0mygpdfn6598xh34njlyrqzc0000gn/T/find-related-tests-test: failed to parse json from /private/var/folders/gj/0mygpdfn6598xh34njlyrqzc0000gn/T/find-related-tests-test/.watchmanconfig: '[' or '{' expected near end of file. Make sure watchman is running for this project. See https://facebook.github.io/watchman/docs/troubleshooting.
----------|---------|----------|---------|---------|-------------------
"----------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------|---------|----------|---------|---------|-------------------
All files | 100 | 100 | 100 | 100 |
Expand All @@ -39,10 +36,7 @@ PASS __tests__/b.test.js"
`;
exports[`--findRelatedTests flag generates coverage report for filename 3`] = `
"jest-haste-map: Watchman crawl failed. Retrying once with node crawler.
Usually this happens when watchman isn't running. Create an empty \`.watchmanconfig\` file in your project's root folder or initialize a git or hg repository in your project.
Error: Watchman error: watchman::RootResolveError: RootResolveError: unable to resolve root /private/var/folders/gj/0mygpdfn6598xh34njlyrqzc0000gn/T/find-related-tests-test: failed to parse json from /private/var/folders/gj/0mygpdfn6598xh34njlyrqzc0000gn/T/find-related-tests-test/.watchmanconfig: '[' or '{' expected near end of file. Make sure watchman is running for this project. See https://facebook.github.io/watchman/docs/troubleshooting.
----------|---------|----------|---------|---------|-------------------
"----------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------|---------|----------|---------|---------|-------------------
All files | 100 | 100 | 100 | 100 |
Expand All @@ -65,10 +59,7 @@ exports[`--findRelatedTests flag generates coverage report for filename 5`] = `
`;
exports[`--findRelatedTests flag generates coverage report for filename 6`] = `
"jest-haste-map: Watchman crawl failed. Retrying once with node crawler.
Usually this happens when watchman isn't running. Create an empty \`.watchmanconfig\` file in your project's root folder or initialize a git or hg repository in your project.
Error: Watchman error: watchman::RootResolveError: RootResolveError: unable to resolve root /private/var/folders/gj/0mygpdfn6598xh34njlyrqzc0000gn/T/find-related-tests-test: failed to parse json from /private/var/folders/gj/0mygpdfn6598xh34njlyrqzc0000gn/T/find-related-tests-test/.watchmanconfig: '[' or '{' expected near end of file. Make sure watchman is running for this project. See https://facebook.github.io/watchman/docs/troubleshooting.
----------|---------|----------|---------|---------|-------------------
"----------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------|---------|----------|---------|---------|-------------------
All files | 100 | 100 | 100 | 100 |
Expand Down

0 comments on commit 4f7be3c

Please sign in to comment.