File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22
33exports [` printComment > should print comment 1` ] = `
4- "<h3 >✱ Stainless preview builds</h3 >
4+ "<h3 >✱ Stainless preview builds for test-project </h3 >
55
66This PR will update the <code >test-project</code > SDKs with the following commit message.
77
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ describe("printComment", () => {
1717 } ) ;
1818
1919 it ( "should print no changes comment" , ( ) => {
20- expect ( printComment ( { noChanges : true } ) ) . toMatchInlineSnapshot ( `
21- "<h3>✱ Stainless preview builds</h3>
20+ expect ( printComment ( { noChanges : true , projectName : 'fake project' } ) ) . toMatchInlineSnapshot ( `
21+ "<h3>✱ Stainless preview builds for fake project </h3>
2222
2323 No changes were made to the SDKs.
2424
You can’t perform that action at this time.
0 commit comments