Skip to content

Commit b7a6cab

Browse files
author
Robert He
committed
MAGETWO-90878: Build stabilization
- added jsDoc
1 parent a12ce50 commit b7a6cab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dev/tests/js/jasmine/tests/lib/mage/wysiwygAdapter.test.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ define([
2626

2727
describe('wysiwygAdapter', function () {
2828
describe('encoding and decoding directives', function () {
29+
/**
30+
* Tests encoding and decoding directives
31+
*
32+
* @param decodedHtml
33+
* @param encodedHtml
34+
*/
2935
function runTests(decodedHtml, encodedHtml) {
3036
var encodedHtmlWithForwardSlashInImgSrc = encodedHtml.replace(/src="((?:(?!"|\\\?).)*)/, 'src="$1/');
3137

0 commit comments

Comments
 (0)