Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
test: fix snapshot failures due to recent prefix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mloberg committed May 6, 2021
1 parent c14cdbc commit c0ab719
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/commands/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`_help returns a list of all commands 1`] = `
Array [
"Here is a list of available commands:",
"help, 3.5, elixir, event, item, madness, ping, portent, prune, spell, table, treasure, wild magic",
"Get more details with \\"_help [command]\\"",
"Get more details with \\"?help [command]\\"",
],
Object {
"split": true,
Expand All @@ -24,7 +24,7 @@ exports[`_help returns a list of all commands 1`] = `
Array [
"Here is a list of available commands:",
"help, 3.5, elixir, event, item, madness, ping, portent, prune, spell, table, treasure, wild magic",
"Get more details with \\"_help [command]\\"",
"Get more details with \\"?help [command]\\"",
],
Object {
"split": true,
Expand Down Expand Up @@ -76,7 +76,7 @@ exports[`_help returns the details for the help command 1`] = `
Array [
"**help**: Get help with commands
*aliases*: commands, usage
*usage*: \`_help [command]\`",
*usage*: \`?help [command]\`",
Object {
"split": true,
},
Expand All @@ -91,7 +91,7 @@ exports[`_help returns the details for the help command 1`] = `
Array [
"**help**: Get help with commands
*aliases*: commands, usage
*usage*: \`_help [command]\`",
*usage*: \`?help [command]\`",
Object {
"split": true,
},
Expand All @@ -111,8 +111,8 @@ exports[`_help returns the details for the treasure command 1`] = `
Array [
"**treasure**: Give me the loot!
*aliases*: loot
*usage*: \`_treasure [hoard] <cr> [d100]\`
*examples*: \`_treasure 4\`, \`_treasure 6 86\`, \`_treasure hoard 10\`",
*usage*: \`?treasure [hoard] <cr> [d100]\`
*examples*: \`?treasure 4\`, \`?treasure 6 86\`, \`?treasure hoard 10\`",
Object {
"split": true,
},
Expand All @@ -127,8 +127,8 @@ exports[`_help returns the details for the treasure command 1`] = `
Array [
"**treasure**: Give me the loot!
*aliases*: loot
*usage*: \`_treasure [hoard] <cr> [d100]\`
*examples*: \`_treasure 4\`, \`_treasure 6 86\`, \`_treasure hoard 10\`",
*usage*: \`?treasure [hoard] <cr> [d100]\`
*examples*: \`?treasure 4\`, \`?treasure 6 86\`, \`?treasure hoard 10\`",
Object {
"split": true,
},
Expand Down

0 comments on commit c0ab719

Please sign in to comment.