We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5fb04 commit e24c7f1Copy full SHA for e24c7f1
packages/store/src/prompts/copy_info.test.ts
@@ -14,7 +14,7 @@ describe('renderCopyInfo', () => {
14
15
expect(renderInfo).toHaveBeenCalledWith({
16
headline,
17
- body: [{subdued: 'From:'}, from, {subdued: '\nTo:'}, to],
+ body: [{subdued: 'From:'}, from, {subdued: '\nTo: '}, to],
18
})
19
20
0 commit comments