UNPKG
@twec/node-suite
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Generic functionality for connecting to NetSuite Web Services from Node
@twec/node-suite
/
tests
/
soap.test.js
9 lines
(6 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
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