| Path : /proc/self/root/var/www/html/smartcirqls.com/vendors/bower_components/summernote/meteor/ |
| Current File : //proc/self/root/var/www/html/smartcirqls.com/vendors/bower_components/summernote/meteor/test.js |
'use strict';
Tinytest.add('Instantiation', function (test) {
var editor = document.createElement('div');
document.body.appendChild(editor);
$(editor).summernote();
test.equal(typeof $(editor).code(), 'string', 'Instantiation');
});