spec: Test whether ffi works

This commit is contained in:
Cheng Zhao 2015-09-23 13:55:14 +08:00
parent 6c01cec8d2
commit f8f8db7e88
2 changed files with 5 additions and 0 deletions

View file

@ -22,6 +22,10 @@ describe 'third-party module', ->
assert.equal msg, 'ok'
done()
describe 'ffi', ->
it 'does not crash', ->
require 'ffi'
describe 'q', ->
Q = require 'q'

View file

@ -5,6 +5,7 @@
"version": "0.1.0",
"devDependencies": {
"basic-auth": "^1.0.0",
"ffi": "2.0.0",
"formidable": "1.0.16",
"graceful-fs": "3.0.5",
"mocha": "2.1.0",