Total Complexity | 3 |
Complexity/F | 1 |
Lines of Code | 11 |
Function Count | 3 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | /* eslint-env mocha */ |
||
3 | var Commons = require('../../../../lib/logger/_common') |
||
4 | var Fixtures = require('../../../support/fixture').Fixtures |
||
5 | var fixtures = new Fixtures('logger', '_common') |
||
6 | |||
7 | describe('Unit', function () { |
||
8 | describe('/logger', function () { |
||
9 | describe('/_common.js', function () { |
||
10 | fixtures.apply(Commons) |
||
11 | }) |
||
12 | }) |
||
13 | }) |
||
14 |