Skip to content

Commit

Permalink
Merge pull request #200 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 authored Dec 20, 2023
2 parents 0ae1b64 + 222a9bd commit 465a613
Show file tree
Hide file tree
Showing 3 changed files with 588 additions and 264 deletions.
5 changes: 2 additions & 3 deletions bin/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* file that was distributed with this source code.
*/

import { Runner } from '@athenna/test'
import { request } from '@athenna/http/testing/plugins'
import { command } from '@athenna/artisan/testing/plugins'
import { Runner, assert, specReporter } from '@athenna/test'

if (process.argv.includes('--cmd')) {
console.log(process.argv)
Expand All @@ -20,10 +20,9 @@ if (process.argv.includes('--cmd')) {
}

await Runner.setTsEnv()
.addPlugin(assert())
.addAssertPlugin()
.addPlugin(request())
.addPlugin(command())
.addReporter(specReporter())
.addPath('tests/unit/**/*.ts')
.setCliArgs(process.argv.slice(2))
.setGlobalTimeout(30000)
Expand Down
Loading

0 comments on commit 465a613

Please sign in to comment.