UNPKG
myex-cli
Version:
latest (1.0.0)
1.0.0
Opinionated Express.js framework with CLI tools
myex-cli
/
jest.config.js
10 lines
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
default
{
testEnvironment
:
'node'
,
transform
: {},
moduleNameMapper
: {
'^(\\.{1,2}/.*)\\.js$'
:
'$1'
, },
transformIgnorePatterns
: [
'node_modules/(?!.*)'
, ], };