Add semicolon for tdd exports
This commit is contained in:
@ -6,4 +6,4 @@ str
|
||||
acc[decodeURIComponent(v[0].trim())] = decodeURIComponent(v[1].trim());
|
||||
return acc;
|
||||
}, {});
|
||||
module.exports = parseCookie
|
||||
module.exports = parseCookie;
|
||||
Reference in New Issue
Block a user