mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add test cases of persistable context for trigger node
This commit is contained in:
@@ -24,7 +24,6 @@ var helper = require("node-red-node-test-helper");
|
||||
describe('change Node', function() {
|
||||
|
||||
beforeEach(function(done) {
|
||||
helper.startServer(done);
|
||||
Context.init({
|
||||
contextStorage: {
|
||||
memory: {
|
||||
@@ -33,6 +32,7 @@ describe('change Node', function() {
|
||||
}
|
||||
});
|
||||
Context.load();
|
||||
helper.startServer(done);
|
||||
});
|
||||
|
||||
afterEach(function(done) {
|
||||
|
Reference in New Issue
Block a user