Completed
Push — master ( 1176d4...e83fdb )
by Jean
03:36 queued 56s
created

jest.config.js (3 issues)

Severity
1
module.exports = {
2
  testRegex: 'test/.*\\.spec\\.js$',
0 ignored issues
show
Expected indentation of 4 spaces but found 2.
Loading history...
3
  "verbose": true,
0 ignored issues
show
Unnecessarily quoted property 'verbose' found.
Loading history...
Expected indentation of 4 spaces but found 2.
Loading history...
4
};
5