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

KablamoOSS / kerosene / 13799254389

11 Mar 2025 10:14PM UTC coverage: 79.242%. Remained the same
13799254389

Pull #155

github

web-flow
Merge 11db63840 into e260abd59
Pull Request #155: build(deps): bump @babel/helpers from 7.24.1 to 7.26.10

223 of 282 branches covered (79.08%)

878 of 1108 relevant lines covered (79.24%)

6.21 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