mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
fix(SlashCommandBuilder): add missing shared properties (#10255)
* types(SlashCommandBuilder): add missing shared properties * Add tests for types * Fix formatting * Enable Vitest type checking --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
@@ -4,6 +4,10 @@ export default defineConfig({
|
||||
test: {
|
||||
exclude: ['**/node_modules', '**/dist', '.idea', '.git', '.cache'],
|
||||
passWithNoTests: true,
|
||||
typecheck: {
|
||||
enabled: true,
|
||||
include: ["**/__tests__/types.test.ts"]
|
||||
},
|
||||
coverage: {
|
||||
enabled: true,
|
||||
all: true,
|
||||
|
||||
Reference in New Issue
Block a user