Skip to content

Commit

Permalink
feat(bin): update methods call
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Jan 7, 2024
1 parent e95ebab commit 1dc1c92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
* file that was distributed with this source code.
*/

import { Runner, assert, specReporter } from '@athenna/test'
import { Runner } from '@athenna/test'

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

0 comments on commit 1dc1c92

Please sign in to comment.