Skip to content

Commit adae0b4

Browse files
author
Sandro Santilli
committed
Enable app acceptance test (no hang with right pgsql version)
See issue #38
1 parent aee257c commit adae0b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ mocha -u tdd \
3737
test/unit/redis_pool.test.js \
3838
test/unit/metadata.test.js \
3939
test/unit/oauth.test.js \
40-
test/unit/psql.test.js
40+
test/unit/psql.test.js \
41+
test/acceptance/app.test.js
4142

42-
#mocha -u tdd test/acceptance/app.test.js # hangs
4343
#mocha -u tdd test/acceptance/app.auth.test.js # hangs
4444

4545

0 commit comments

Comments
 (0)