stable

Clone or download

Read-only

Unit-test CKEditor-related code

Part of story #13453: finish drag'n drop images in tracker text areas No functional change expected. Change-Id: I75594e55d025cdda759f911d51832e2ac60b4cef

Modified Files

Name
M src/www/scripts/codendi/RichTextEditor.js +1 −1 Go to diff View file
M src/www/scripts/package.json +4 −2 Go to diff View file
A src/www/scripts/tuleap/ckeditor/app.spec.js +24 −0 Go to diff View file
A src/www/scripts/tuleap/ckeditor/ckeditor-adapter.js +44 −0 Go to diff View file
A src/www/scripts/tuleap/ckeditor/ckeditor-adapter.spec.js +106 −0 Go to diff View file
R src/www/scripts/tuleap/ckeditor/consistentUploadedFilesBeforeSubmitChecker.js Go to diff View file
A src/www/scripts/tuleap/ckeditor/consistent-uploaded-files-before-submit-checker.spec.js +117 −0 Go to diff View file
A src/www/scripts/tuleap/ckeditor/element-adapter.js +40 −0 Go to diff View file
A src/www/scripts/tuleap/ckeditor/file-upload-handler-factory.js +146 −0 Go to diff View file
A src/www/scripts/tuleap/ckeditor/file-upload-handler-factory.spec.js +385 −0 Go to diff View file
A src/www/scripts/tuleap/ckeditor/form-adapter.js +63 −0 Go to diff View file
A src/www/scripts/tuleap/ckeditor/form-adapter.spec.js +168 −0 Go to diff View file
A src/www/scripts/tuleap/ckeditor/forms-being-uploaded-state.js +32 −0 Go to diff View file
A src/www/scripts/tuleap/ckeditor/get-upload-image-options.js +75 −0 Go to diff View file
A src/www/scripts/tuleap/ckeditor/get-upload-image-options.spec.js +219 −0 Go to diff View file
D src/www/scripts/tuleap/ckeditor/getUploadImageOptions.js +0 −258 Go to diff View file
A src/www/scripts/tuleap/ckeditor/gettext-factory.js +54 −0 Go to diff View file
A src/www/scripts/tuleap/ckeditor/karma.conf.js +44 −0 Go to diff View file
A src/www/scripts/tuleap/ckeditor/webpack.config.js +60 −0 Go to diff View file
M src/www/scripts/webpack.config.js +7 −31 Go to diff View file
M tests/Jenkinsfile +3 −0 Go to diff View file
M tools/utils/generate-po.php +1 −0 Go to diff View file