I have a Mocha test file that looks like this:
var expect = require(\'chai\').expect var muting = require(\'../muting\') describe(\'muting\', function () {
for eslint use this line on the beginning of test_file.js
/* eslint-env mocha */