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 17, 2023
1 parent e70e314 commit 099e61a
Show file tree
Hide file tree
Showing 3 changed files with 610 additions and 208 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
Loading

0 comments on commit 099e61a

Please sign in to comment.