@plexus-interop/cli
Version:
Plexus Interop CLI tools
40 lines • 2.43 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
/**
* Copyright 2017-2020 Plexus Interop Deutsche Bank AG
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
var setup_1 = require("./setup");
var ValidateMetadataPatchCommand_1 = require("../../src/commands/ValidateMetadataPatchCommand");
describe('Metadata Patch Validation', function () {
it('Doesn\'t fail on valid update', function () { return tslib_1.__awaiter(void 0, void 0, void 0, function () {
var genCommand;
return tslib_1.__generator(this, function (_a) {
switch (_a.label) {
case 0:
genCommand = new ValidateMetadataPatchCommand_1.ValidateMetadataPatchCommand();
return [4 /*yield*/, genCommand.action({
baseDir: setup_1.getTestBaseDir(),
targetBaseDir: setup_1.getTestBaseDir()
})];
case 1:
_a.sent();
return [2 /*return*/];
}
});
}); }, 15000);
});
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiVmFsaWRhdGVNZXRhdGFkYVBhdGNoQ29tbWFuZC5zcGVjLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vdGVzdHMvY29tbWFuZHMvVmFsaWRhdGVNZXRhdGFkYVBhdGNoQ29tbWFuZC5zcGVjLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBOzs7Ozs7Ozs7Ozs7Ozs7R0FlRztBQUNILGlDQUF5QztBQUN6QyxnR0FBK0Y7QUFFL0YsUUFBUSxDQUFDLDJCQUEyQixFQUFFO0lBRWxDLEVBQUUsQ0FBQywrQkFBK0IsRUFBRTs7Ozs7b0JBRTFCLFVBQVUsR0FBRyxJQUFJLDJEQUE0QixFQUFFLENBQUM7b0JBRXRELHFCQUFNLFVBQVUsQ0FBQyxNQUFNLENBQUM7NEJBQ3BCLE9BQU8sRUFBRSxzQkFBYyxFQUFFOzRCQUN6QixhQUFhLEVBQUUsc0JBQWMsRUFBRTt5QkFDbEMsQ0FBQyxFQUFBOztvQkFIRixTQUdFLENBQUM7Ozs7U0FFTixFQUFFLEtBQUssQ0FBQyxDQUFDO0FBRWQsQ0FBQyxDQUFDLENBQUMifQ==
;