You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
389 B

  1. module.exports = {
  2. projects: [
  3. '<rootDir>/app/javascript/mastodon',
  4. ],
  5. testPathIgnorePatterns: [
  6. '<rootDir>/node_modules/',
  7. '<rootDir>/vendor/',
  8. '<rootDir>/config/',
  9. '<rootDir>/log/',
  10. '<rootDir>/public/',
  11. '<rootDir>/tmp/',
  12. ],
  13. setupFiles: [
  14. 'raf/polyfill',
  15. ],
  16. setupTestFrameworkScriptFile: '<rootDir>/app/javascript/mastodon/test_setup.js',
  17. };