testilo 24.1.1 → 24.1.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/script.js +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "24.1.1",
3
+ "version": "24.1.3",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
package/script.js CHANGED
@@ -95,9 +95,9 @@ exports.script = (id, issues = null, ... issueIDs) => {
95
95
  // For each QualWeb module:
96
96
  const specs = [];
97
97
  const prefixes = {
98
- act: 'QW-ACT-',
99
- wcag: 'QW-WCAG-',
100
- bp: 'QW-BP'
98
+ act: 'QW-ACT-R',
99
+ wcag: 'QW-WCAG-T',
100
+ best: 'QW-BP'
101
101
  };
102
102
  Object.keys(prefixes).forEach(prefix => {
103
103
  // Specify the rules of that module to be tested for.