mirror of
https://github.com/retailcrm/vue-i18n-loader.git
synced 2024-11-21 21:06:05 +03:00
16 lines
311 B
JavaScript
16 lines
311 B
JavaScript
module.exports = {
|
|
rootDir: __dirname,
|
|
moduleFileExtensions: [
|
|
'js',
|
|
],
|
|
modulePaths: [
|
|
'<rootDir>',
|
|
],
|
|
transform: {
|
|
'.*\\.js$': 'babel-jest',
|
|
},
|
|
testEnvironment: 'jsdom',
|
|
testPathIgnorePatterns : ['/__fixtures__/'],
|
|
testRunner: 'jest-jasmine2',
|
|
}
|