Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jest.config.js - github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca2c328dc02b0a7d19ddbccdede25f8a23d01a6e (plain)
1
2
3
4
5
6
7
module.exports = {
  moduleDirectories: ['node_modules', '<rootDir>/assets'],
  testPathIgnorePatterns: ['/node_modules/', '<rootDir>/vendor/'],
  transform: {
    '^.+\\.js$': 'babel-jest'
  }
}