transloadit / uppy-server

[DEPRECATED] 'Uppy Server' was renamed to 'Companion' and lives inside the Uppy repo no
https://github.com/transloadit/uppy/tree/master/packages/%40uppy/companion
MIT License
114 stars 27 forks source link

Make uppy-server integration tests use npm pack & npm install #97

Open kvz opened 6 years ago

kvz commented 6 years ago

Just like we did with Uppy, making sure that the tests run on an npm distribution should catch bugs like forgetting to add deps to package.json, forgetting to add files to its files property, etc.