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 (9 loc) 267 B
'use strict'; var implementation = require('../implementation'); var callBind = require('call-bind'); var test = require('tape'); var runTests = require('./tests'); test('as a function', function (t) { runTests(callBind(implementation, Object), t); t.end(); });