@@ -101,6 +101,7 @@ describe("runs", () => {
101101 setLocalStub = sandbox . stub ( ) ;
102102 setLocalIdentifierStub = sandbox . stub ( ) ;
103103 setHeadedStub = sandbox . stub ( ) ;
104+ setNoWrapStub = sandbox . stub ( ) ;
104105 deleteResultsStub = sandbox . stub ( ) ;
105106 setDefaultsStub = sandbox . stub ( ) ;
106107 setLocalModeStub = sandbox . stub ( ) ;
@@ -133,6 +134,7 @@ describe("runs", () => {
133134 setLocal : setLocalStub ,
134135 setLocalIdentifier : setLocalIdentifierStub ,
135136 setHeaded : setHeadedStub ,
137+ setNoWrap : setNoWrapStub ,
136138 deleteResults : deleteResultsStub ,
137139 setDefaults : setDefaultsStub ,
138140 setupLocalTesting : setupLocalTestingStub ,
@@ -169,6 +171,7 @@ describe("runs", () => {
169171 sinon . assert . calledOnce ( setLocalModeStub ) ;
170172 sinon . assert . calledOnce ( setLocalConfigFileStub ) ;
171173 sinon . assert . calledOnce ( setHeadedStub ) ;
174+ sinon . assert . calledOnce ( setNoWrapStub ) ;
172175 sinon . assert . calledOnce ( capabilityValidatorStub ) ;
173176 sinon . assert . calledOnce ( getErrorCodeFromMsgStub ) ;
174177 sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
@@ -211,6 +214,7 @@ describe("runs", () => {
211214 setupLocalTestingStub = sandbox . stub ( ) ;
212215 setLocalIdentifierStub = sandbox . stub ( ) ;
213216 setHeadedStub = sandbox . stub ( ) ;
217+ setNoWrapStub = sandbox . stub ( ) ;
214218 deleteResultsStub = sandbox . stub ( ) ;
215219 getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
216220 setDefaultsStub = sandbox . stub ( ) ;
@@ -245,6 +249,7 @@ describe("runs", () => {
245249 setupLocalTesting : setupLocalTestingStub ,
246250 setLocalIdentifier : setLocalIdentifierStub ,
247251 setHeaded : setHeadedStub ,
252+ setNoWrap : setNoWrapStub ,
248253 deleteResults : deleteResultsStub ,
249254 setDefaults : setDefaultsStub ,
250255 getNumberOfSpecFiles : getNumberOfSpecFilesStub ,
@@ -284,6 +289,7 @@ describe("runs", () => {
284289 sinon . assert . calledOnce ( setLocalStub ) ;
285290 sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
286291 sinon . assert . calledOnce ( setHeadedStub ) ;
292+ sinon . assert . calledOnce ( setNoWrapStub ) ;
287293 sinon . assert . calledOnce ( validateBstackJsonStub ) ;
288294 sinon . assert . calledOnce ( capabilityValidatorStub ) ;
289295 sinon . assert . calledOnce ( archiverStub ) ;
@@ -330,6 +336,7 @@ describe("runs", () => {
330336 setupLocalTestingStub = sandbox . stub ( ) ;
331337 setLocalIdentifierStub = sandbox . stub ( ) ;
332338 setHeadedStub = sandbox . stub ( ) ;
339+ setNoWrapStub = sandbox . stub ( ) ;
333340 deleteResultsStub = sandbox . stub ( ) ;
334341 getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
335342 setDefaultsStub = sandbox . stub ( ) ;
@@ -364,6 +371,7 @@ describe("runs", () => {
364371 setupLocalTesting : setupLocalTestingStub ,
365372 setLocalIdentifier : setLocalIdentifierStub ,
366373 setHeaded : setHeadedStub ,
374+ setNoWrap : setNoWrapStub ,
367375 deleteResults : deleteResultsStub ,
368376 getNumberOfSpecFiles : getNumberOfSpecFilesStub ,
369377 setDefaults : setDefaultsStub ,
@@ -403,6 +411,7 @@ describe("runs", () => {
403411 sinon . assert . calledOnce ( setLocalStub ) ;
404412 sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
405413 sinon . assert . calledOnce ( setHeadedStub ) ;
414+ sinon . assert . calledOnce ( setNoWrapStub ) ;
406415 sinon . assert . calledOnce ( validateBstackJsonStub ) ;
407416 sinon . assert . calledOnce ( capabilityValidatorStub ) ;
408417 sinon . assert . calledOnce ( archiverStub ) ;
@@ -453,6 +462,7 @@ describe("runs", () => {
453462 setupLocalTestingStub = sandbox . stub ( ) ;
454463 setLocalIdentifierStub = sandbox . stub ( ) ;
455464 setHeadedStub = sandbox . stub ( ) ;
465+ setNoWrapStub = sandbox . stub ( ) ;
456466 deleteResultsStub = sandbox . stub ( ) ;
457467 getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
458468 setDefaultsStub = sandbox . stub ( ) ;
@@ -488,6 +498,7 @@ describe("runs", () => {
488498 setupLocalTesting : setupLocalTestingStub ,
489499 setLocalIdentifier : setLocalIdentifierStub ,
490500 setHeaded : setHeadedStub ,
501+ setNoWrap : setNoWrapStub ,
491502 deleteResults : deleteResultsStub ,
492503 getNumberOfSpecFiles : getNumberOfSpecFilesStub ,
493504 setDefaults : setDefaultsStub ,
@@ -538,6 +549,7 @@ describe("runs", () => {
538549 sinon . assert . calledOnce ( setLocalStub ) ;
539550 sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
540551 sinon . assert . calledOnce ( setHeadedStub ) ;
552+ sinon . assert . calledOnce ( setNoWrapStub ) ;
541553 sinon . assert . calledOnce ( archiverStub ) ;
542554 sinon . assert . calledOnce ( setUsageReportingFlagStub ) ;
543555 sinon . assert . calledOnce ( zipUploadStub ) ;
@@ -593,6 +605,7 @@ describe("runs", () => {
593605 setupLocalTestingStub = sandbox . stub ( ) ;
594606 setLocalIdentifierStub = sandbox . stub ( ) ;
595607 setHeadedStub = sandbox . stub ( ) ;
608+ setNoWrapStub = sandbox . stub ( ) ;
596609 getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
597610 setLocalConfigFileStub = sandbox . stub ( ) ;
598611 } ) ;
@@ -626,6 +639,7 @@ describe("runs", () => {
626639 setupLocalTesting : setupLocalTestingStub ,
627640 setLocalIdentifier : setLocalIdentifierStub ,
628641 setHeaded : setHeadedStub ,
642+ setNoWrap : setNoWrapStub ,
629643 exportResults : exportResultsStub ,
630644 deleteResults : deleteResultsStub ,
631645 setDefaults : setDefaultsStub ,
@@ -679,6 +693,7 @@ describe("runs", () => {
679693 sinon . assert . calledOnce ( setupLocalTestingStub ) ;
680694 sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
681695 sinon . assert . calledOnce ( setHeadedStub ) ;
696+ sinon . assert . calledOnce ( setNoWrapStub ) ;
682697 sinon . assert . calledOnce ( archiverStub ) ;
683698 sinon . assert . calledOnce ( setUsageReportingFlagStub ) ;
684699 sinon . assert . calledOnce ( zipUploadStub ) ;
0 commit comments