fix(core): export formData
This commit is contained in:
parent
7d78890e14
commit
8e6834da02
@ -32,4 +32,8 @@ tap.skip.test('should deal with unix socks', async () => {
|
||||
console.log(socketResponse.body);
|
||||
});
|
||||
|
||||
tap.skip.test('should correctly upload a file using formData', async () => {
|
||||
|
||||
})
|
||||
|
||||
tap.start();
|
||||
|
@ -3,3 +3,4 @@ export { ISmartRequestOptions } from './smartrequest.interfaces';
|
||||
|
||||
export * from './smartrequest.jsonrest';
|
||||
export * from './smartrequest.binaryrest';
|
||||
export * from './smartrequest.formdata';
|
||||
|
Loading…
Reference in New Issue
Block a user