gulp.src('__tests__')
    .pipe(jest({
      rootDir: process.cwd(),
      testEnvironment: 'node',
      testRegex: 'fixture-fail.*-test.js'