{
  "spec_dir": "",
  "spec_files": [
{{#if isTypescript}}
    "spec/**/*[sS]pec.{js,ts,tsx}"
{{else}}
    "spec/**/*[sS]pec.{js,jsx}"
{{/if}}
  ],
  "helpers": [
{{#if isTypescript}}
    "helpers/typescript.js",
{{else}}
    "helpers/babel.js",
{{/if}}
{{#if useEnzyme}}
    "helpers/enzyme.js",
{{/if}}
{{#if useJsDom}}
    "helpers/jsdom.js",
{{/if}}
    "helpers/exclude.js"
  ]
}
