Skip to content

Commit

Permalink
Js, minor comment fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Jun 22, 2023
1 parent 12f6eaa commit 5e11785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-base/src/main/webapp/html/javascript/init-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function getTaxIdFromUrl(){

/**
* There is some hacky test code, which I enable and use with Node.JS, from the command line
* TODO: needs to be turned into Jasmine tests and be invoked by Maven.
* TODO: needs to be turned into Jest (or other framework) tests and be invoked by Maven.
*
* NEVER COMMIT IT WITH true!!!
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ const evidenceTableScroller = Object.freeze ( new EvidenceTableScroller () )


/**
* TODO: I wrote this to run them manually, needs to be rewritten for Jasmine and integrated
* TODO: I wrote this to run them manually, needs to be rewritten for Jest (or other framework) and integrated
* into Maven with the Jasmine plug-in
*
*/
Expand Down

0 comments on commit 5e11785

Please sign in to comment.