File Manager

Path: /home/u153614772/domains/cryptonexglobaltrading.com/public_html/vendor/summernote/meteor/

Viewing File: 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');
});