UNPKG

@badeball/cypress-cucumber-preprocessor

Version:

[![Build status](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml/badge.svg)](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml) [![Npm package weekly downloads](https://badgen.net/n

12 lines (11 loc) 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAndFreeRegistry = void 0; const registry_1 = require("../registry"); const registry = new registry_1.Registry(false); (0, registry_1.assignRegistry)(registry); function getAndFreeRegistry() { (0, registry_1.freeRegistry)(); return registry; } exports.getAndFreeRegistry = getAndFreeRegistry;