UNPKG

eslint-plugin-mocha-no-only

Version:

Warns when a .only function call is chained to a Mocha JavaScript test

9 lines (7 loc) 244 B
/** * @fileoverview ESLint plugin for the Mocha JavaScript test framework keywork 'only' * @author Anthony Jean */ 'use strict'; var requireIndex = require('requireindex'); module.exports.rules = requireIndex(__dirname + '/rules');