UNPKG

marko-widgets

Version:

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

7 lines (6 loc) 236 B
var expect = require('chai').expect; module.exports = function(helpers) { expect(function() { require('./template.marko'); }).to.throw(/The "w-id" attribute cannot be used in conjuntion with the "w-bind" attribute/); };