jest.config.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 4
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 0
wmc 0
eloc 3
nc 1
mnd 0
bc 0
fnc 0
dl 0
loc 4
bpm 0
cpm 0
noi 3
c 0
b 0
f 0
1
module.exports = {
2
  testRegex: 'test/.*\\.spec\\.js$',
0 ignored issues
show
introduced by
Expected indentation of 4 spaces but found 2.
Loading history...
3
  "verbose": true,
0 ignored issues
show
introduced by
Unnecessarily quoted property 'verbose' found.
Loading history...
introduced by
Expected indentation of 4 spaces but found 2.
Loading history...
4
};
5