uilint-eslint 0.2.44 → 0.2.45

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/dist/index.js CHANGED
@@ -6133,7 +6133,6 @@ It checks for:
6133
6133
  { pattern: "**/generated/**", threshold: 0 },
6134
6134
  ],
6135
6135
  severity: {
6136
- noTestFile: "warn",
6137
6136
  noCoverage: "error",
6138
6137
  belowThreshold: "warn",
6139
6138
  },
@@ -6146,12 +6145,6 @@ It checks for:
6146
6145
 
6147
6146
  ## Examples
6148
6147
 
6149
- ### Files without tests:
6150
- \`\`\`ts
6151
- // src/utils.ts - No corresponding test file
6152
- export function calculate() { ... } // Warning: No test file found
6153
- \`\`\`
6154
-
6155
6148
  ### Below threshold:
6156
6149
  \`\`\`ts
6157
6150
  // src/api.ts - 40% coverage (threshold: 80%)