UNPKG

summernote-webpack

Version:
10 lines (7 loc) 243 B
'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'); });