citgm
citgm copied to clipboard
lookup: update multer for remove skip and flaky properties
The skip for win32 was added over 7 years ago (https://github.com/nodejs/citgm/pull/487) — is it still failing? Also, Multer isn’t failing on macOS anymore. all the tests are passing on macOS (https://github.com/bjohansebas/multer/pull/1).
Closes #999 Closes https://github.com/expressjs/multer/issues/1295
Checklist
- [x]
npm testpasses - [x] tests are included
- [x] documentation is changed or added
- [x] contribution guidelines followed here