fix: disable legacy server-side JavaScript in webroot by default in YAML-format confi...
[svrjs.git] / jest.config.js
blob509b45972dc448fb1c245b03c4dfd7caf5b428c9
1 module.exports = {
2 testEnvironment: 'node',
3 testMatch: ['**/tests/**/*.test.js'],
4 verbose: true,
5 };