Skip to content

Commit

Permalink
Merge pull request #170 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 9f5ad8e + 5ade77b commit 601adf2
Show file tree
Hide file tree
Showing 4 changed files with 582 additions and 257 deletions.
5 changes: 2 additions & 3 deletions bin/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
* file that was distributed with this source code.
*/

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

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

0 comments on commit 601adf2

Please sign in to comment.