mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: upgrade deps (#10824)
This commit is contained in:
@@ -17,11 +17,7 @@ describe(SyntaxHelpers.name, () => {
|
||||
'01234'
|
||||
];
|
||||
|
||||
expect(
|
||||
inputs.map((x) => {
|
||||
return { input: x, output: SyntaxHelpers.makeCamelCaseIdentifier(x) };
|
||||
}),
|
||||
).toMatchInlineSnapshot(`
|
||||
expect(inputs.map((x) => ({ input: x, output: SyntaxHelpers.makeCamelCaseIdentifier(x) }))).toMatchInlineSnapshot(`
|
||||
Array [
|
||||
Object {
|
||||
"input": "",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* eslint-disable @typescript-eslint/no-empty-interface,tsdoc/syntax */
|
||||
/* eslint-disable tsdoc/syntax */
|
||||
/**
|
||||
* @block
|
||||
* @inline test
|
||||
|
||||
Reference in New Issue
Block a user