testilo 44.2.3 → 44.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "44.2.3",
3
+ "version": "44.2.4",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -218,7 +218,6 @@ exports.scorer = report => {
218
218
  weight: issues[issueName].weight,
219
219
  countLimit: issues[issueName].max,
220
220
  instanceCounts: {},
221
- elementXPaths: [],
222
221
  tools: {}
223
222
  };
224
223
  const issueDetails = details.issue[issueName];