added unit testing, and started implementing unit tests...phew
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
/*!
|
||||
* UTF-8 Validation Fallback Code originally from:
|
||||
* ws: a node.js websocket client
|
||||
* Copyright(c) 2011 Einar Otto Stangvik <[email protected]>
|
||||
* MIT Licensed
|
||||
*/
|
||||
|
||||
module.exports.Validation = {
|
||||
isValidUTF8: function() {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user