vanvalenlab / kiosk-frontend

DeepCell web application built using NodeJS, Express, React, and Webpack.
Other
1 stars 0 forks source link

Fix /upload test for GCP. #130

Closed willgraf closed 4 years ago

willgraf commented 4 years ago

The GCP test for the /upload route using multer was not using the proper await command and would occasionally fail. This PR adds await and should fix the test.