mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 01:34:22 +01:00
chore: fix null handling in multipartFormRequestOptions test (#1385)
This commit is contained in:
@@ -18,7 +18,7 @@ describe('form data validation', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('null', async () => {
|
test('null', async () => {
|
||||||
await expect(() =>
|
await expect(
|
||||||
multipartFormRequestOptions(
|
multipartFormRequestOptions(
|
||||||
{
|
{
|
||||||
body: {
|
body: {
|
||||||
|
|||||||
Reference in New Issue
Block a user