Aktueller Stand
This commit is contained in:
15
backend/node_modules/fast-check/lib/check/runner/configuration/GlobalParameters.js
generated
vendored
Normal file
15
backend/node_modules/fast-check/lib/check/runner/configuration/GlobalParameters.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.configureGlobal = configureGlobal;
|
||||
exports.readConfigureGlobal = readConfigureGlobal;
|
||||
exports.resetConfigureGlobal = resetConfigureGlobal;
|
||||
let globalParameters = {};
|
||||
function configureGlobal(parameters) {
|
||||
globalParameters = parameters;
|
||||
}
|
||||
function readConfigureGlobal() {
|
||||
return globalParameters;
|
||||
}
|
||||
function resetConfigureGlobal() {
|
||||
globalParameters = {};
|
||||
}
|
||||
Reference in New Issue
Block a user