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

bem / bem-naming / 265
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: greenkeeper-eslint-2.6.0
DEFAULT BRANCH: master
Ran 20 Mar 2016 10:16PM UTC
Jobs 1
Files 1
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
265

push

travis-ci

blond
fix(BEMNaming): remove `BEMNaming` filed

Before BEMNaming class it used to create instance:

```js
import bemNaming from 'bemNaming';

const BEMNaming = bemNaming.BEMNaming;
const myNaming = new BEMNaming({ elem: '__', mod: '--' });
```

Now it is necessary use `bemNaming` function:

```js
import bemNaming from 'bemNaming';

const myNaming = bemNaming({ elem: '__', mod: '--' });
```

78 of 78 relevant lines covered (100.0%)

27.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 265.1 (COVERALLS=1) 20 Mar 2016 10:16PM UTC 0
100.0
Travis Job 265.1
Source Files on build 265
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #265
  • 6e1a11de on github
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

© 2026 Coveralls, Inc