UNPKG

world-map-vue

Version:

A Vue JS component for displaying a world map with colored countries and overlay information. Forked from Ghrehh and Mrityunjay Saxena.

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' } }