Skip to content

Commit

Permalink
Cleanup parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Jan 22, 2024
1 parent 7f5b77c commit efa6ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/test.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ declare class DataUtil {
/**
* @deprecated if needed, call `reset()`, considering test performance
*/
autoReset (enabled: boolean): this
autoReset (): void

}

declare class Test extends Axios {

test: Test

run (cmd: string, ...args: string[]): this
run (cmd: 'serve' | 'run' | string, ...args: string[]): this

in (...paths: string[]): this

Expand Down

0 comments on commit efa6ea7

Please sign in to comment.