UNPKG

marko-widgets

Version:

Module to support binding of behavior to rendered UI components rendered on the server or client

9 lines (8 loc) 289 B
var path = require('path'); var expect = require('chai').expect; var markoWidgets = require('marko-widgets'); describe(path.basename(__dirname), function() { it('should initialize widgets correctly across async boundaries', function() { window.appInitAsync.test(); }); });