mirror of
https://github.com/seejohnrun/haste-server.git
synced 2026-02-10 16:01:32 +00:00
Added node modules
This commit is contained in:
8
node_modules/mocha/lib/browser/tty.js
generated
vendored
Normal file
8
node_modules/mocha/lib/browser/tty.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
exports.isatty = function(){
|
||||
return true;
|
||||
};
|
||||
|
||||
exports.getWindowSize = function(){
|
||||
return [window.innerHeight, window.innerWidth];
|
||||
};
|
||||
Reference in New Issue
Block a user