Adds sql unit tests directory for sql_wrapper to npm package.

This commit is contained in:
Raul Ochoa 2014-04-15 14:57:38 +02:00
parent 41e3747998
commit ff70d8bcf9

View File

@ -37,7 +37,7 @@
"libxmljs": "~0.8.1"
},
"scripts": {
"test": "test/run_tests.sh ${RUNTESTFLAGS} test/unit/*.js test/unit/model/*.js test/acceptance/*.js test/acceptance/export/*.js"
"test": "test/run_tests.sh ${RUNTESTFLAGS} test/unit/*.js test/unit/model/*.js test/unit/sql/*.js test/acceptance/*.js test/acceptance/export/*.js"
},
"engines": { "node": ">= 0.4.1 < 0.9" }
}