UNPKG
ifx_db
Version:
latest (6.0.5)
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
4.0.4
4.0.3
4.0.2
1.0.1
1.0.0
IBM Informix bindings for node
github.com/ifxdb/node-ifx_db
ifxdb/node-ifx_db
ifx_db
/
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"
);