UNPKG
informixdb
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
1.1.0
1.0.0
Informix native node.js driver
github.com/OpenInformix/node-informixdb
informixdb
/
test
/
test-require-and-end.js
8 lines
(6 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
odbc =
require
(
"../"
) ;
//This test should just exit. This tests an issue where
//the C++ ODBC::Init function was causing the event loop to
//stay alive
console
.
log
(
"done"
);