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: dcc2a503c36e366c73ae625d55bef8044a4452e8 (plain)
1
2
3
4
5
6
module.exports = {
  modulePaths: ['<rootDir>/assets'],
  transform: {
    '^.+\\.js$': 'babel-jest'
  }
}