UNPKG

seasonme

Version:

A tool to organize your TV show files naming and make sure that the subtitle file matches with the video file in the folder.

6 lines (5 loc) 157 B
const _MOCHA_PATH = /\bmocha\b/gi; const isMochaRunning = process.argv.findIndex(arg => _MOCHA_PATH.test(arg)) > -1; module.exports = { isMochaRunning, };