vibertest 0.1.0 → 0.1.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/dist/index.js CHANGED
@@ -1075,7 +1075,7 @@ var MissingTestsRule = class _MissingTestsRule extends BaseRule {
1075
1075
  id = RULE_ID.MISSING_TESTS;
1076
1076
  name = "Missing Tests";
1077
1077
  description = "Detects projects with no tests, low coverage, or low-quality tests";
1078
- defaultSeverity = SEVERITY.CRITICAL;
1078
+ defaultSeverity = SEVERITY.HIGH;
1079
1079
  /** Patterns that identify test files */
1080
1080
  static TEST_FILE_PATTERNS = [
1081
1081
  /\.test\.[jt]sx?$/,