jest.config.js 83 B

1234
  1. module.exports = {
  2. testEnvironment: 'node',
  3. testMatch: ['**/test/**/*.js'],
  4. };