mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-08 12:57:46 +00:00
[node] Use vitest for unit tests (#11631)
Similar to #11302, but for the `@vercel/node` package.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { getBodyParser } from '../../../src/serverless-functions/helpers';
|
||||
|
||||
describe('serverless-functions/helpers', () => {
|
||||
|
||||
Reference in New Issue
Block a user