Suppress ffi test on Windows

This commit is contained in:
Cheng Zhao 2016-05-23 23:31:00 +09:00
parent 37a4267450
commit 3402c7be3f

View file

@ -23,6 +23,8 @@ describe('third-party module', function () {
})
describe('ffi', function () {
if (process.platform === 'win32') return
it('does not crash', function () {
var ffi = require('ffi')
var libm = ffi.Library('libm', {