How to use the node-red-node-test-helper.unload function in node-red-node-test-helper

To help you get started, we’ve selected a few node-red-node-test-helper examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github node-red / node-red-nodes / test / parsers / msgpack / 70-msgpack_spec.js View on Github external
afterEach(function(done) {
        helper.unload().then(function() {
            helper.stopServer(done);
        });
    });
github node-red / node-red-nodes / test / function / random / random_spec.js View on Github external
afterEach(function(done) {
        helper.unload().then(function() {
            helper.stopServer(done);
        });
    });
github node-red / node-red-nodes / test / utility / exif / 94-exif_spec.js View on Github external
afterEach(function(done) {
        helper.unload().then(function() {
            helper.stopServer(done);
        });
    });
github node-red / node-red-nodes / test / function / rbe / rbe_spec.js View on Github external
afterEach(function(done) {
        helper.unload().then(function() {
            helper.stopServer(done);
        });
    });
github node-red / node-red-nodes / test / function / smooth / 17-smooth_spec.js View on Github external
afterEach(function(done) {
        helper.unload().then(function() {
            helper.stopServer(done);
        });
    });

node-red-node-test-helper

A test framework for Node-RED nodes

Apache-2.0
Latest version published 3 months ago

Package Health Score

76 / 100
Full package analysis