Skip to content

Commit

Permalink
Merge pull request #70 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 committed Jan 16, 2023
2 parents 79ed91b + ad81b6c commit b200c56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/test",
"version": "3.0.12",
"version": "3.0.13",
"description": "The Athenna test runner. Built on top of Japa.",
"license": "MIT",
"author": "João Lenon <lenon@athenna.io>",
Expand Down
6 changes: 4 additions & 2 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,16 +471,18 @@ export class TestSuite {
/**
* Creates the cli test suite.
*
* @param {string} metalUrl
* @param {any} suite
*/
static cliEnd2EndSuite(suite: any): void
static cliEnd2EndSuite(metalUrl: string, suite: any): void

/**
* Creates the http test suite.
*
* @param {string} metalUrl
* @param {any} suite
*/
static httpEnd2EndSuite(suite: any): void
static httpEnd2EndSuite(metalUrl: string, suite: any): void
}

export class TestLoader {
Expand Down

0 comments on commit b200c56

Please sign in to comment.