UNPKG

mach

Version:
17 lines (12 loc) 338 B
var expect = require('expect'); var mach = require('../../index'); describe('extensions/proxy', function () { beforeEach(function () { mach.extend(require('../proxy')); }); describe('mach.createProxy', function () { it('is a function', function () { expect(mach.createProxy).toBeA('function'); }); }); });