textlint-rule / textlint-rule-prh

textlint rule for prh.
MIT License
82 stars 6 forks source link

DeprecationWarning: "--compilers" will be removed in a future version of Mocha #36

Closed Leko closed 6 years ago

Leko commented 6 years ago

A deprecation warning occurred when running npm test

> textlint-rule-prh@5.0.1 test /Users/leko/.ghq/github.com/Leko/textlint-rule-prh
> mocha

(node:56884) DeprecationWarning: "--compilers" will be removed in a future version of Mocha; see https://git.io/vdcSr for more info

We should replace --compilers with --require to prepare for a future version of Mocha.