Create default store for node tests to use

This commit is contained in:
Nick O'Leary
2018-07-02 15:47:47 +01:00
parent 08b0838f9a
commit 7423583508
2 changed files with 11 additions and 10 deletions

View File

@@ -36,6 +36,7 @@ function init(_settings) {
stores = {};
var seed = settings.functionGlobalContext || {};
contexts['global'] = createContext("global",seed);
stores["_"] = new memory();
}
function load() {