jest.config.js 83 Bytes Raw Blame History Permalink 1 2 3 4 module.exports = { testEnvironment: 'node', testMatch: ['**/test/**/*.js'], };