UNPKG

@twec/node-suite

Version:

Generic functionality for connecting to NetSuite Web Services from Node

9 lines (6 loc) 213 B
const test = require('ava'); const soap = require('../lib/soap'); test('soap is a function', (t) => { t.is(typeof soap, 'function'); }); // TODO: Add tests ... soap.js may need refactoring to expose functions