mirror of
https://github.com/tauri-apps/vue-cli-plugin-tauri.git
synced 2026-02-04 02:31:17 +01:00
10 lines
213 B
JavaScript
10 lines
213 B
JavaScript
module.exports = {
|
|
testEnvironment: 'node',
|
|
setupFiles: ['<rootDir>/__tests__/testSetup.helper.js'],
|
|
testPathIgnorePatterns: [
|
|
'/node_modules/',
|
|
'/__tests__/temp_projects/',
|
|
'.*.helper.js'
|
|
]
|
|
}
|