var DEFAULT_CONFIG_VALUES = { cacheDirectory: path.resolve(__dirname, '..', '..', '.haste_cache'), globals: {}, moduleLoader: require.resolve('../HasteModuleLoader/HasteModuleLoader'), modulePathIgnorePatterns: [], testDirectoryName: '__tests__', testEnvironment: require.resolve('../JSDomEnvironment'), testFileExtensions: ['js'], moduleFileExtensions: ['js', 'json'], testPathDirs: ['<rootDir>'], t
