Skip to content

Commit

Permalink
Merge pull request #103 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 authored Dec 26, 2023
2 parents d96d4f7 + 6ad234f commit 039066f
Show file tree
Hide file tree
Showing 3 changed files with 594 additions and 198 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 039066f

Please sign in to comment.