mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 06:50:26 +00:00
chore: fix null handling in multipartFormRequestOptions test (#1385)
This commit is contained in:
parent
3bd2b340c8
commit
df63008a94
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ describe('form data validation', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
test('null', async () => {
|
test('null', async () => {
|
||||||
await expect(() =>
|
await expect(
|
||||||
multipartFormRequestOptions(
|
multipartFormRequestOptions(
|
||||||
{
|
{
|
||||||
body: {
|
body: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue