Skip to content

Commit

Permalink
Merge pull request #37 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix(suite): dont show shutdown logs
  • Loading branch information
jlenon7 authored Oct 26, 2022
2 parents 89aa6c1 + d7bad12 commit c522b80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/test",
"version": "1.3.3",
"version": "1.3.4",
"description": "The Athenna test runner. Built on top of Japa.",
"license": "MIT",
"author": "João Lenon <lenon@athenna.io>",
Expand Down
2 changes: 1 addition & 1 deletion src/Suite/TestSuite.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class TestSuite {

TestContext.macro('request', new TestRequest())

return async () => await ProviderHelper.shutdownAll()
return async () => await ProviderHelper.shutdownAll(false)
})
}
}

0 comments on commit c522b80

Please sign in to comment.