Skip to content

Commit

Permalink
docs: edit jsdoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vgbr-dev committed Jun 8, 2023
1 parent 7759166 commit 5454e87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/CriptoDriver.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@ const THROWS = {

// ━━ CONSTANTS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
/**
* Add description.
* The `createInstance` function creates an instance of the `CryptoDriver`
* class that will be tested.
*
* @private
* @function createInstance
* @param {string} key - Add description.
* @returns {CryptoDriver} Add description.
* @param {string} password - The password used for encryption and decryption.
* @returns {CryptoDriver} An instance of the `CryptoDriver` class.
* @example createInstance(d6F3Efeqd6F3Efeqd6F3Efeqd6F3Efeq);
*
*/
Expand Down

0 comments on commit 5454e87

Please sign in to comment.