4 testMatch: ['<rootDir>/public/js/**/*-test.js'],
5 moduleFileExtensions: ['js', 'json', 'vue'],
7 '\\.(jpg|jpeg|png|svg)$': '<rootDir>/public/js/vue/__mocks__/file_mock.js'
10 '^.+\\.js$': 'babel-jest',
11 '^.+\\.vue$': 'vue-jest',
12 '^.+\\.hbs$': 'jest-handlebars'
14 resolver: '<rootDir>/test/jest-browser-resolver.js'