mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-04 22:08:12 +02:00
8 lines
155 B
JavaScript
8 lines
155 B
JavaScript
export default {
|
|
transform: {},
|
|
moduleNameMapper: {
|
|
'^(\\.{1,2}/.*)\\.js$': '$1',
|
|
},
|
|
testEnvironment: 'node',
|
|
verbose: true
|
|
};
|