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

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 = {};

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 = {};

View File

@@ -45169,8 +45169,7 @@ var _default = function _default(_ref) {
var data = _ref.data,
style = _ref.style;
return _react.default.createElement("div", {
style: _objectSpread({}, nodeStyles, {}, style),
className: "react-graph__node-inner"
style: _objectSpread({}, nodeStyles, {}, style)
}, data.label, _react.default.createElement(_Handle.default, {
type: "source",
position: "bottom"
@@ -46364,7 +46363,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 = {};

File diff suppressed because one or more lines are too long

View File

@@ -45169,8 +45169,7 @@ var _default = function _default(_ref) {
var data = _ref.data,
style = _ref.style;
return _react.default.createElement("div", {
style: _objectSpread({}, nodeStyles, {}, style),
className: "react-graph__node-inner"
style: _objectSpread({}, nodeStyles, {}, style)
}, data.label, _react.default.createElement(_Handle.default, {
type: "source",
position: "bottom"
@@ -46718,7 +46717,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 = {};

File diff suppressed because one or more lines are too long