jest.config.js 71 B

12345
  1. let config = {
  2. rootDir: './tests/jest',
  3. }
  4. module.exports = config