Skip to content

Commit e204694

Browse files
snapshots
1 parent c5bf3ea commit e204694

File tree

2 files changed

+12
-21
lines changed

2 files changed

+12
-21
lines changed

src/blocks/blockConsoleFailTest.test.ts

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,6 @@ describe("blockConsoleFailTest", () => {
1313
expect(creation).toMatchInlineSnapshot(`
1414
{
1515
"addons": [
16-
{
17-
"addons": {
18-
"sections": {
19-
"Testing": {
20-
"contents": {
21-
"after": [
22-
"
23-
Note that [console-fail-test](https://github.com/JoshuaKGoldberg/console-fail-test) is enabled for all test runs.
24-
Calls to \`console.log\`, \`console.warn\`, and other console methods will cause a test to fail.
25-
",
26-
],
27-
},
28-
},
29-
},
30-
},
31-
"block": [Function],
32-
},
3316
{
3417
"addons": {
3518
"properties": {
@@ -42,6 +25,10 @@ describe("blockConsoleFailTest", () => {
4225
},
4326
{
4427
"addons": {
28+
"additionalDocs": "
29+
Note that [console-fail-test](https://github.com/JoshuaKGoldberg/console-fail-test) is enabled for all test runs.
30+
Calls to \`console.log\`, \`console.warn\`, and other console methods will cause a test to fail.
31+
",
4532
"setupFiles": [
4633
"console-fail-test/setup",
4734
],

src/blocks/blockVitest.test.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ describe("blockVitest", () => {
4242
\`\`\`shell
4343
pnpm run test --coverage
4444
\`\`\`
45-
",
45+
46+
",
4647
},
4748
},
4849
},
@@ -280,7 +281,8 @@ describe("blockVitest", () => {
280281
\`\`\`shell
281282
pnpm run test --coverage
282283
\`\`\`
283-
",
284+
285+
",
284286
},
285287
},
286288
},
@@ -556,7 +558,8 @@ describe("blockVitest", () => {
556558
\`\`\`shell
557559
pnpm run test --coverage
558560
\`\`\`
559-
",
561+
562+
",
560563
},
561564
},
562565
},
@@ -803,7 +806,8 @@ describe("blockVitest", () => {
803806
\`\`\`shell
804807
pnpm run test --coverage
805808
\`\`\`
806-
",
809+
810+
",
807811
},
808812
},
809813
},

0 commit comments

Comments
 (0)