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

bem / bem-naming
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: greenkeeper-eslint-2.6.0
DEFAULT BRANCH: master
Repo Added 04 Jul 2014 05:17PM UTC
Files 1
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

LAST BUILD ON BRANCH issue-51
branch: issue-51
CHANGE BRANCH
x
Reset
  • issue-51
  • docs
  • greenkeeper-coveralls-2.11.9
  • greenkeeper-eslint-2.5.1
  • greenkeeper-eslint-2.5.3
  • greenkeeper-eslint-2.6.0
  • issue-50
  • issue-53
  • issue-55
  • issue-66
  • issue-68
  • issue-69
  • issue-72
  • issue-77
  • issue-85
  • issue-87
  • issue-91
  • master
  • refact
  • sauselabs
  • speed-parse
  • speed-stringify
  • speed-typeof
  • v0.5.1
  • v1.0.0
  • v1.0.1

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

Relevant lines Covered
Build:
Build:
78 RELEVANT LINES 78 COVERED LINES
27.97 HITS PER LINE
Source Files on issue-51
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
265 issue-51 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 i... push 20 Mar 2016 10:16PM UTC blond travis-ci pending completion  
See All Builds (226)
  • Repo 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

© 2025 Coveralls, Inc