Skip to content

Commit 3f71f50

Browse files
committed
chore(parse): run prettier on index.test.ts
1 parent e3e4775 commit 3f71f50

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

@commitlint/parse/src/index.test.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -169,18 +169,18 @@ test('registers inline #', async () => {
169169
});
170170

171171
test('keep -side notes- in the body section', async () => {
172-
const header = "type(some/scope): subject"
173-
const body =
174-
"CI on master branch caught this:\n\n" +
175-
"```\n" +
176-
"Unhandled Exception:\n" +
172+
const header = 'type(some/scope): subject';
173+
const body =
174+
'CI on master branch caught this:\n\n' +
175+
'```\n' +
176+
'Unhandled Exception:\n' +
177177
"System.AggregateException: One or more errors occurred. (Some problem when connecting to 'api.mycryptoapi.com/eth')\n\n" +
178-
"--- End of stack trace from previous location where exception was thrown ---\n\n" +
179-
"at GWallet.Backend.FSharpUtil.ReRaise (System.Exception ex) [0x00000] in /Users/runner/work/geewallet/geewallet/src/GWallet.Backend/FSharpUtil.fs:206\n" +
180-
"...\n" +
181-
"```";
178+
'--- End of stack trace from previous location where exception was thrown ---\n\n' +
179+
'at GWallet.Backend.FSharpUtil.ReRaise (System.Exception ex) [0x00000] in /Users/runner/work/geewallet/geewallet/src/GWallet.Backend/FSharpUtil.fs:206\n' +
180+
'...\n' +
181+
'```';
182182

183-
const message = header + "\n\n" + body
183+
const message = header + '\n\n' + body;
184184

185185
const actual = await parse(message);
186186

0 commit comments

Comments
 (0)