• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KablamoOSS / kerosene / 10839628454

12 Sep 2024 10:23PM CUT coverage: 79.926%. Remained the same
10839628454

push

github

web-flow
build(deps): bump path-to-regexp from 6.2.1 to 6.3.0 (#148)

224 of 282 branches covered (79.43%)

868 of 1086 relevant lines covered (79.93%)

6.27 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/packages/eslint-plugin/src/index.js
1
module.exports.rules = {
×
2
  "test-id-prefix-match-path": require("./rules/test-id-prefix-match-path"),
3
  "test-id-consistent-naming": require("./rules/test-id-consistent-naming"),
4
};
5

6
module.exports.configs = {
×
7
  recommended: {
8
    rules: {
9
      "@kablamo/test-id-prefix-match-path": "error",
10
      "@kablamo/test-id-consistent-naming": ["error", "data-testid"],
11
    },
12
  },
13
};
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc