-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with process.exit() w. unflushed buffers
Ref: jestjs/jest#5313
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,8 @@ exports[`lagu should list all projects 1`] = ` | |
║ ci-node │ ssh://[email protected]:2222/git/node.git │ true │ true │ ║ | ||
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢ | ||
║ ci-rest │ ssh://[email protected]:2222/git/rest.git │ true │ true │ ║ | ||
╚═══════════════════════╧═══════════════�" | ||
╚═══════════════════════╧════════════════════════════════════════════════════════╧══════════╧═══════════════╧═════════════════════╝ | ||
" | ||
`; | ||
|
||
exports[`lagu should list no environments for a project with none (using --project option) 1`] = ` | ||
|
@@ -133,7 +134,10 @@ exports[`lagu should list the new project among all projects 1`] = ` | |
║ ci-node │ ssh://[email protected]:2222/git/node.git │ true │ true │ ║ | ||
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢ | ||
║ ci-rest │ ssh://[email protected]:2222/git/rest.git │ true │ true │ ║ | ||
╟───────────────────────┼───────────────�" | ||
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢ | ||
║ e2e-test-project │ ssh://[email protected]:2222/git/e2e-test-project.git │ true │ true │ ║ | ||
╚═══════════════════════╧════════════════════════════════════════════════════════╧══════════╧═══════════════╧═════════════════════╝ | ||
" | ||
`; | ||
|
||
exports[`lagu should log an error for a non-existent project (using --project option) 1`] = `"No project 'non-existent-project' found."`; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters