Skip to content

Commit

Permalink
chore(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Dec 20, 2023
1 parent e7e0a16 commit 9f8324e
Show file tree
Hide file tree
Showing 4 changed files with 868 additions and 345 deletions.
5 changes: 2 additions & 3 deletions bin/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
* file that was distributed with this source code.
*/

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

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

0 comments on commit 9f8324e

Please sign in to comment.