File Manager

Path: /home/heznutpr/log.heznutprivate.com/dashboard/bower_components/dragula.js/test/

Viewing File: public-api.js

'use strict';

var test = require('tape');
var dragula = require('..');

test('public api matches expectation', function (t) {
  t.equal(typeof dragula, 'function', 'dragula is a function');
  t.end();
});