testilo 10.0.0 → 10.0.1

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": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "Client that scores and digests Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -608,7 +608,7 @@ exports.scorer = async report => {
608
608
  // Make the matching regular expression the test ID.
609
609
  testID = testRegExp.source;
610
610
  // Get the issue of the test.
611
- issueName = testIssues[toolName][testID];
611
+ issueName = toolIssues[toolName][testID];
612
612
  }
613
613
  }
614
614
  // If the test is in a issue:
@@ -194,6 +194,7 @@
194
194
  {
195
195
  "type": "test",
196
196
  "which": "qualWeb",
197
+ "withNewContent": true,
197
198
  "what": "QualWeb"
198
199
  },
199
200
  {