mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
9 lines
196 B
JavaScript
9 lines
196 B
JavaScript
|
module.exports = {
|
||
|
'testEnvironment': 'node',
|
||
|
'coverageDirectory': './coverage/',
|
||
|
'setupTestFrameworkScriptFile': './test/utils/setup',
|
||
|
'testMatch': [
|
||
|
'<rootDir>/test/*.test.js'
|
||
|
]
|
||
|
}
|