UNPKG

marko-widgets

Version:

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

7 lines (6 loc) 185 B
var expect = require('chai').expect; module.exports = function(helpers) { expect(function() { require('./template.marko'); }).to.throw(/Invalid "w-bind" attribute/); };