Sign in
apache
/
casbin-node-casbin-redis-watcher
/
refs/heads/master
/
.
/
jest.config.js
blob: 7e09a449b0fe22da1b788ef2cb5c80d407c6ce92 [
file
]
module
.
exports
=
{
testEnvironment
:
'node'
,
transform
:
{
'^.+\\.(ts|tsx)$'
:
'ts-jest'
},
moduleFileExtensions
:
[
'ts'
,
'tsx'
,
'js'
,
'jsx'
,
'json'
]
};