[node] Use vitest for unit tests (#11631)

Similar to #11302, but for the `@vercel/node` package.
This commit is contained in:
Nathan Rajlich
2024-05-23 11:20:18 -07:00
committed by GitHub
parent 6529a9ab9c
commit 139e8cdb17
13 changed files with 150 additions and 30 deletions

View File

@@ -1,3 +1,4 @@
import { describe, it, expect } from 'vitest';
import { getBodyParser } from '../../../src/serverless-functions/helpers';
describe('serverless-functions/helpers', () => {