Files
vue-cli-plugin-tauri/jest.config.js
2019-12-17 16:58:59 -08:00

10 lines
213 B
JavaScript

module.exports = {
testEnvironment: 'node',
setupFiles: ['<rootDir>/__tests__/testSetup.helper.js'],
testPathIgnorePatterns: [
'/node_modules/',
'/__tests__/temp_projects/',
'.*.helper.js'
]
}