All files / src/args getConnect.js

100% Statements 5/5
100% Branches 0/0
100% Functions 1/1
100% Lines 4/4
1 2 3 4 5 6 72x 2x   2x   2x  
const { isArg } = require('./getArg')
const argOptions = require('./argOptions')
 
const getConnect = () => isArg(process.argv, argOptions.CONNECT)
 
module.exports = getConnect