module.exports.testIntegration = ({relativePath, gulp}) => module.exports.testMocha({
    relativePath,
    gulp,
    testType: "integration"
});