mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Allow multiple instances of a given storage module to exist
This commit is contained in:
@@ -15,12 +15,13 @@
|
||||
**/
|
||||
|
||||
var should = require('should');
|
||||
var context = require('../../../../../red/runtime/nodes/context/memory');
|
||||
var Memory = require('../../../../../red/runtime/nodes/context/memory');
|
||||
|
||||
describe('memory',function() {
|
||||
var context;
|
||||
|
||||
beforeEach(function() {
|
||||
context.init({});
|
||||
context = Memory({});
|
||||
});
|
||||
|
||||
describe('#get/set',function() {
|
||||
|
||||
Reference in New Issue
Block a user