php-webkit/tests/index.js
Austin Turnage e1e3dc94e8 closes #4
2015-03-30 21:57:01 -04:00

9 lines
196 B
JavaScript

var phpBridge = require('../lib/bridge');
var demand = require('must');
describe('php-nw Bridge.js', function () {
it('should exist', function () {
demand(phpBridge).to.exist();
});
});