feat(tests): add tests

This commit is contained in:
moklick
2019-09-26 14:31:59 +02:00
parent 590d7c7db0
commit 7b3a90c6dc
9 changed files with 27 additions and 15 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ var parent = module.bundle.parent;
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
var hostname = "" || location.hostname;
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
var ws = new WebSocket(protocol + '://' + hostname + ':' + "52266" + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + "64998" + '/');
ws.onmessage = function (event) {
checkedAssets = {};