UNPKG

dynamic-geo-heat-maps

Version:

Fork of vue-geo-heat-maps

19 lines (17 loc) 374 B
const path = require('path') module.exports = { testURL: 'http://localhost', rootDir: path.resolve(__dirname, '.'), moduleFileExtensions: [ 'js', 'json', 'vue' ], moduleNameMapper: { '^@/(.*)$': '<rootDir>/src/$1' }, transform: { '^.+\\.js$': '<rootDir>/node_modules/babel-jest', '.*\\.(vue)$': '<rootDir>/node_modules/vue-jest' } }