UNPKG

hoverintent-jqplugin

Version:

The popular 'hoverintent' library now available in npm

16 lines (12 loc) 274 B
'use strict'; var $ = require('jquery'); var assert = require('chai').assert; try { require('./hoverIntent.js')($); assert.ok($.fn.hoverIntent); console.log('cjs test successful'); } catch (e) { console.log(e); console.log(e.stack); } phantom.exit();