@badeball/cypress-cucumber-preprocessor
Version:
[](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml) [ • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getAndFreeRegistry = getAndFreeRegistry;
const registry_1 = require("../registry");
const registry = new registry_1.Registry();
(0, registry_1.assignRegistry)(registry);
function getAndFreeRegistry() {
(0, registry_1.freeRegistry)();
return registry;
}