Fixes #3054 Apparently mocha 6's new auto-config discovery only works with dotfiles. This renames our mocha rc files accordingly: `mocharc.yml` --> `.mocharc.yml` and solely to be consistent `mocharc-frontend.yml` --> ` .mocharc-frontend.yml` - https://github.com/mochajs/mocha/blob/master/lib/cli/config.js#L23 - https://mochajs.org/#configuring-mocha-nodejs - https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#tada-enhancements-1
7 lines
135 B
YAML
7 lines
135 B
YAML
reporter: mocha-env-reporter
|
|
require:
|
|
- '@babel/polyfill'
|
|
- '@babel/register'
|
|
- mocha-yaml-loader
|
|
- frontend/mocha-ignore-pngs
|