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

11 lines (10 loc) 346 B
"use strict"; 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; }