You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: e2e/__tests__/__snapshots__/detectOpenHandles.ts.snap
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
-
exports[`prints message about flag on forceExit 1`] =`
4
-
Force exiting Jest
5
-
6
-
Have you considered using \`--detectOpenHandles\` to detect async operations that kept running after all tests finished?
7
-
`;
3
+
exports[`prints message about flag on forceExit 1`] =`Force exiting Jest: Have you considered using \`--detectOpenHandles\` to detect async operations that kept running after all tests finished?`;
8
4
9
5
exports[`prints message about flag on slow tests 1`] =`
10
6
Jest did not exit one second after the test run has completed.
0 commit comments