Remove tests of internal function now its behaviour has been verified
This commit is contained in:
parent
f8c87948ab
commit
7c00663f08
6 changed files with 3 additions and 25 deletions
1
lib/config-utils.js
generated
1
lib/config-utils.js
generated
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue