Skip to content

Commit

Permalink
Merge pull request #22 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 authored Dec 17, 2023
2 parents d8997bd + 099e61a commit 6edb973
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 6edb973

Please sign in to comment.