mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Rework Function node module integration
This commit is contained in:
20
test/unit/@node-red/registry/lib/externalModules_spec.js
Normal file
20
test/unit/@node-red/registry/lib/externalModules_spec.js
Normal file
@@ -0,0 +1,20 @@
|
||||
// init: init,
|
||||
// register: register,
|
||||
// checkFlowDependencies: checkFlowDependencies,
|
||||
// require: requireModule
|
||||
//
|
||||
|
||||
const should = require("should");
|
||||
|
||||
const fs = require("fs");
|
||||
const path = require("path");
|
||||
|
||||
var NR_TEST_UTILS = require("nr-test-utils");
|
||||
|
||||
var externalModules = NR_TEST_UTILS.require("@node-red/registry/lib/externalModules");
|
||||
|
||||
|
||||
describe("externalModules api", function() {
|
||||
|
||||
|
||||
});
|
Reference in New Issue
Block a user