repo.or.cz
/
svrjs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix: disable legacy server-side JavaScript in webroot by default in YAML-format confi...
[svrjs.git]
/
jest.config.js
blob
509b45972dc448fb1c245b03c4dfd7caf5b428c9
1
module
.
exports
= {
2
testEnvironment
:
'node'
,
3
testMatch
: [
'**/tests/**/*.test.js'
],
4
verbose
:
true
,
5
};