Issues (89)

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