Commit graph

10 commits

Author SHA1 Message Date
TÆMBØ 29fd89f23c
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>
2024-05-15 17:36:02 +00:00
Jiralite a1605b3a5e
build: Update vite and other related dependencies (#9772)
* build: update vite and other related dependencies

* chore: use `"errors-only"`
2023-08-13 21:36:23 +02:00
ckohen cdaa0a36f5
refactor(rest): switch api to fetch-like and provide strategies (#9416)
BREAKING CHANGE: NodeJS v18+ is required when using node due to the use of global `fetch`
BREAKING CHANGE: The raw method of REST now returns a web compatible `Respone` object.
BREAKING CHANGE: The `parseResponse` utility method has been updated to operate on a web compatible `Response` object.
BREAKING CHANGE: Many underlying internals have changed, some of which were exported.
BREAKING CHANGE: `DefaultRestOptions` used to contain a default `agent`, which is now set to `null` instead.
2023-05-06 21:09:19 +02:00
ckohen 7f2ef962ec
test: fix coverage reporting (#9148)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-02-19 18:59:35 +00:00
Parbez d97cd936fd
chore: bump vitest and add @vitest/coverage-c8 (#8507) 2022-08-17 09:44:21 +02:00
Almeida bddb6a461c
chore: ignore index files in coverage (#8293)
Co-authored-by: ckohen <chaikohen@gmail.com>
2022-07-17 18:51:03 +02:00
ckohen fd1c24036f
fix(codecov): use cobertura (#8235) 2022-07-05 12:32:05 +02:00
ckohen f10f4cdcd8
feat: codecov (#8219) 2022-07-03 15:33:18 +02:00
DD 268a9b4be5
fix: vitest recursion (#8121) 2022-06-19 13:18:36 +02:00
iCrawl 8d8e6c03de
feat: use vitest instead of jest for more speed 2022-06-05 01:07:10 +02:00