mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 01:53:55 +00:00
8f3b6a245c
Co-authored-by: Daniel Roe <daniel@roe.dev>
10 lines
167 B
JavaScript
10 lines
167 B
JavaScript
module.exports = {
|
|
testEnvironment: 'node',
|
|
transform: {
|
|
'\\.[jt]sx?$': './scripts/jest-transform.mjs'
|
|
},
|
|
testPathIgnorePatterns: [
|
|
'.output/.*'
|
|
]
|
|
}
|