spec/devmind-beautifier-view-spec.js   A
last analyzed

Complexity

Total Complexity 2
Complexity/F 1

Size

Lines of Code 9
Function Count 2

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 0
c 1
b 0
f 0
nc 1
dl 0
loc 9
rs 10
wmc 2
mnd 0
bc 2
fnc 2
bpm 1
cpm 1
noi 0

1 Function

Rating   Name   Duplication   Size   Complexity  
A devmind-beautifier-view-spec.js ➔ ??? 0 5 1
1
'use babel';
2
3
import DevmindBeautifierView from '../lib/devmind-beautifier-view';
4
5
describe('DevmindBeautifierView', () => {
6
  it('has one valid test', () => {
7
    expect('life').toBe('easy');
8
  });
9
});
10