mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 17:15:49 +00:00
Fix server test
This commit is contained in:
@@ -433,7 +433,7 @@ describe('Server', function() {
|
||||
|
||||
server._handleClose();
|
||||
|
||||
var noOp = (function noOp() {}).toString();
|
||||
var noOp = (function noOp(){}).toString();
|
||||
|
||||
var coverageRE = /__cov_.+;/;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user