Skip to content

Commit

Permalink
add JSDoc for parameter 'copyVerifiedFile'
Browse files Browse the repository at this point in the history
  • Loading branch information
HaidarJbeily7 committed Nov 3, 2024
1 parent 74b2272 commit 8de505c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eo2js/test/commands/transpile.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ describe('transpile', function() {
/**
* Call transpile command.
* @param {String} name - Name of the object to transpile
* @param {boolean} copyVerifiedFile - Whether to copy the verified XMIR file
* @return {String} - Stdout
*/
const transpile = function(name = 'simple', copyVerifiedFile = true) {
Expand Down

0 comments on commit 8de505c

Please sign in to comment.