UNPKG
@ajoelp/json-to-formdata
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
0.1.1
0.1.0
Convert json data to a FormData object
github.com/ajoelp/json-to-formdata
ajoelp/json-to-formdata
@ajoelp/json-to-formdata
/
jest.config.js
10 lines
(9 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { testEnvironment:
'jsdom'
, roots: [
'<rootDir>/src'
, ], transform: {
'^.+\\.tsx?$'
:
'ts-jest'
, }, };