mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Create default store for node tests to use
This commit is contained in:
@@ -36,6 +36,7 @@ function init(_settings) {
|
||||
stores = {};
|
||||
var seed = settings.functionGlobalContext || {};
|
||||
contexts['global'] = createContext("global",seed);
|
||||
stores["_"] = new memory();
|
||||
}
|
||||
|
||||
function load() {
|
||||
|
Reference in New Issue
Block a user