UNPKG

php-embed

Version:

Bidirectional interoperability between PHP and Node.js in a single process

8 lines (6 loc) 170 B
// Quick sanity check: can we load the module? describe('Sanity check', function() { it('should correctly load the module', function() { require('../'); }); });