mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-18 14:44:40 +00: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