mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
feat: use vitest instead of jest for more speed
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Blob } from 'node:buffer';
|
||||
import { test, expect } from 'vitest';
|
||||
import { resolveBody, parseHeader } from '../src/lib/utils/utils';
|
||||
|
||||
test('GIVEN string parseHeader returns string', () => {
|
||||
|
||||
Reference in New Issue
Block a user