Remove tests of internal function now its behaviour has been verified

This commit is contained in:
Sam Partington 2020-06-26 14:46:53 +01:00
parent f8c87948ab
commit 7c00663f08
6 changed files with 3 additions and 25 deletions

1
lib/config-utils.js generated
View file

@ -231,7 +231,6 @@ function isLocal(configPath) {
}
return (configPath.indexOf("@") === -1);
}
exports.isLocal = isLocal;
function getLocalConfig(configFile, workspacePath) {
// Error if the config file is now outside of the workspace
if (!(configFile + path.sep).startsWith(workspacePath + path.sep)) {