We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42098c commit f486b10Copy full SHA for f486b10
test/error-handling.js
@@ -45,7 +45,7 @@ describe('Error Handling', function () {
45
})
46
47
it('should throw argument type error if limits is not a plain object', function () {
48
- invalidPlainObj.forEach(option=>{
+ invalidPlainObj.forEach(option => {
49
assert.throws(
50
() => multer({ limits: option }),
51
(err) => {
@@ -57,7 +57,7 @@ describe('Error Handling', function () {
57
58
59
it('should throw type error if options is not a plain object', function () {
60
61
62
() => multer(option),
63
0 commit comments