UNPKG

automizy-email-editor

Version:

Design mobile friendly HTML emails in your application.

14 lines (12 loc) 273 B
//Trailing comma is there ON PURPOSE require(['a',], function(a) { doh.register( "trailingComma", [ function trailingComma(t){ t.is('a', a.name, 'a.name is a'); } ] ); doh.run(); });