jest.config.js 78 B

1234
  1. module.exports = {
  2. rootDir : './tests',
  3. testEnvironment: 'jsdom',
  4. };