FEAT #13676 TIME 2:45 unit tests
Showing
- package.json 4 additions, 4 deletionspackage.json
- phpunit.xml 1 addition, 0 deletionsphpunit.xml
- test/unitTests/app/note/NoteControllerTest.php 83 additions, 6 deletionstest/unitTests/app/note/NoteControllerTest.php
- test/unitTests/app/resource/ResControllerTest.php 2 additions, 1 deletiontest/unitTests/app/resource/ResControllerTest.php
- test/unitTests/app/search/SearchControllerTest.php 148 additions, 0 deletionstest/unitTests/app/search/SearchControllerTest.php
... | ... | @@ -31,7 +31,7 @@ |
"jquery-typeahead": "^2.11.0", | ||
"jquery.nicescroll": "~3.7.6", | ||
"jstree-bootstrap-theme": "^1.0.1", | ||
"ng2-pdf-viewer": "^6.1.2", | ||
"ng2-pdf-viewer": "^6.1.3", | ||
"ngx-cookie-service": "^3.0.3", | ||
"ngx-pipes": "^2.7.3", | ||
"pdfjs-dist": "2.3.200", | ||
... | ... | @@ -41,7 +41,7 @@ |
"tinymce-i18n": "^19.9.17", | ||
"tooltipster": "^4.2.7", | ||
"tslib": "^1.10.0", | ||
"tslint": "^6.1.0", | ||
"tslint": "^6.1.1", | ||
"uglify-es": "3.3.9", | ||
"uglifyjs-webpack-plugin": "2.2.0", | ||
"zone.js": "~0.10.2" | ||
... | ... | @@ -63,14 +63,14 @@ |
"@angular/router": "^9.1.0", | ||
"@types/datatables.net": "^1.10.18", | ||
"@types/jquery": "^3.3.34", | ||
"@types/node": "^13.9.5", | ||
"@types/node": "^13.9.8", | ||
"ajv": "^6.12.0", | ||
"hammerjs": "^2.0.8", | ||
"html-minifier": "^4.0.0", | ||
"ng2-dnd": "^5.0.2", | ||
"node-sass": "^4.13.1", | ||
"nodemon": "^2.0.2", | ||
"npm-check-updates": "^4.1.0", | ||
"npm-check-updates": "^4.1.1", | ||
"protractor": "^5.4.3", | ||
"rxjs": "^6.5.4", | ||
"typescript": "3.8.3", | ||
... | ... |
test/unitTests/app/note/NoteControllerTest.php
100644 → 100755
Please register or sign in to comment