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 Aug 25, 2024
1 parent ab19cf3 commit 33c5bc9
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 31 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@
"devDependencies": {
"@athenna/artisan": "^4.45.0",
"@athenna/common": "^4.45.0",
"@athenna/config": "^4.25.0",
"@athenna/config": "^4.26.0",
"@athenna/http": "^4.39.0",
"@athenna/ioc": "^4.25.0",
"@athenna/logger": "^4.26.0",
"@athenna/test": "^4.29.0",
"@athenna/tsconfig": "^4.18.0",
"@athenna/view": "^4.29.0",
"@athenna/logger": "^4.27.0",
"@athenna/test": "^4.30.0",
"@athenna/tsconfig": "^4.19.0",
"@athenna/view": "^4.30.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"commitizen": "^4.3.0",
Expand Down
8 changes: 8 additions & 0 deletions tests/e2e/TestTest.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { Test, type Context } from '@athenna/test'

export default class TestTest {
@Test()
public async shouldBeEqual({ assert }: Context) {
assert.equal(1, 1)
}
}

0 comments on commit 33c5bc9

Please sign in to comment.