UNPKG

node-red-contrib-tak-registration

Version:

A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK

13 lines (8 loc) 181 B
'use strict'; var index = require('../'); var test = require('tape'); var runTests = require('./tests'); test('as a function', function (t) { runTests(index, t); t.end(); });