Add semicolon for tdd exports
This commit is contained in:
@ -6,4 +6,4 @@ return true;
|
||||
return false;
|
||||
}
|
||||
};
|
||||
module.exports = isValidJSON
|
||||
module.exports = isValidJSON;
|
||||
Reference in New Issue
Block a user