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