remount does not need a backend hook
This commit is contained in:
@@ -15,8 +15,6 @@ exports = module.exports = {
|
||||
remove,
|
||||
removeDir,
|
||||
|
||||
remount,
|
||||
|
||||
testConfig,
|
||||
removePrivateFields,
|
||||
injectPrivateFields
|
||||
@@ -106,10 +104,6 @@ async function removeDir(apiConfig, pathPrefix, progressCallback) {
|
||||
debug(`removeDir: ${pathPrefix}`);
|
||||
}
|
||||
|
||||
async function remount(apiConfig) {
|
||||
assert.strictEqual(typeof apiConfig, 'object');
|
||||
}
|
||||
|
||||
async function testConfig(apiConfig) {
|
||||
assert.strictEqual(typeof apiConfig, 'object');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user