HOME


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