File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,15 @@ describe('PTY Tools', () => {
106106 expect ( result ) . toContain ( 'Status: running' )
107107 expect ( result ) . toContain ( 'NotifyOnExit: true' )
108108 expect ( result ) . toContain ( '<system_reminder>' )
109- expect ( result ) . toContain ( 'Completion signal for this session is the future `<pty_exited>` message.' )
109+ expect ( result ) . toContain (
110+ 'Completion signal for this session is the future `<pty_exited>` message.'
111+ )
110112 expect ( result ) . toContain (
111113 'If you only need to know whether the command finished, do not call `pty_read`; wait for `<pty_exited>`.'
112114 )
113- expect ( result ) . toContain ( 'Never use sleep plus `pty_read` loops to check completion for this session.' )
115+ expect ( result ) . toContain (
116+ 'Never use sleep plus `pty_read` loops to check completion for this session.'
117+ )
114118 expect ( result ) . toContain ( '</system_reminder>' )
115119 } )
116120 } )
You can’t perform that action at this time.
0 commit comments