Skip to content

Commit 852d96d

Browse files
arumseyblefebvre
authored andcommitted
feat: Use multipart formdata to start a job (#3)
- refactor to use fetch API - convert JSON request to FormData - add testing framework - add bundler test
1 parent 26d6ca6 commit 852d96d

File tree

8 files changed

+1114
-71
lines changed

8 files changed

+1114
-71
lines changed

.mocharc.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"spec": "test/**/*.test.js",
3+
"loader": "esmock"
4+
}

0 commit comments

Comments
 (0)