Skip to content

Commit 075ec73

Browse files
imranbarbhuiyafavna
andauthoredJun 20, 2022
test: migrate to vitest (#380)
Co-authored-by: Jeroen Claassens <support@favware.tech>
1 parent dd7beea commit 075ec73

File tree

89 files changed

+968
-2457
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+968
-2457
lines changed
 

‎.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build test dependencies
5050
run: yarn turbo run build --filter=@sapphire/async-queue --filter=@sapphire/*utilities --filter=@sapphire/ratelimits --filter=@sapphire/fetch --no-deps
5151
- name: Run tests
52-
run: yarn test:coverage
52+
run: yarn test
5353
- name: Store code coverage report
5454
if: ${{ matrix.node == '18' }}
5555
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3

‎jest.config.mjs

-23
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.