UNPKG

vue-cookieconsent-component

Version:
26 lines (24 loc) 629 B
const path = require('path') module.exports = { 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' }, snapshotSerializers: ['<rootDir>/node_modules/jest-serializer-vue'], setupFiles: ['<rootDir>/test/unit/setup'], coverageDirectory: '<rootDir>/test/unit/coverage', collectCoverageFrom: [ 'src/components/**/*.{js,vue}', '!src/main.js', '!**/node_modules/**' ] }