Skip to content

Commit

Permalink
update function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 30, 2023
1 parent 44d58ca commit 59d8023
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const exclude = [".git", ".devbox", "node_modules", ".fluentci"];
/**
* @function
* @description Run tests
* @param src {string | Directory | undefined}
* @param bunVersion {string}
* @param {string | Directory | undefined} src
* @param {string} bunVersion
* @returns {string}
*/
export async function test(
Expand Down Expand Up @@ -57,9 +57,9 @@ export async function test(
/**
* @function
* @description Run commands
* @param command {string}
* @param src {string | Directory | undefined}
* @param bunVersion {string}
* @param {string} command
* @param {string | Directory | undefined} src
* @param {string} bunVersion
* @returns {string}
*/
export async function run(
Expand Down

0 comments on commit 59d8023

Please sign in to comment.