UNPKG
ifxnjs-aa64
Version:
latest (8.1.7)
8.1.7
8.1.6
8.1.5
8.1.4
8.1.3
8.1.1
8.1.0
8.0.9
8.0.8
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
Informix native node.js driver
github.com/PawarPawan/IfxNode64
PawarPawan/IfxNode64
ifxnjs-aa64
/
test
/
test-require-and-end.js
8 lines
(6 loc)
•
183 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"
);