This commit is contained in:
Kiss Dávid
2026-03-21 12:34:22 +01:00
parent 465613f6a0
commit 9efbe5baee
42 changed files with 571 additions and 562 deletions
Regular → Executable
+2 -2
View File
@@ -5,7 +5,6 @@ import type { Config } from '@japa/runner/types'
import { pluginAdonisJS } from '@japa/plugin-adonisjs'
import testUtils from '@adonisjs/core/services/test_utils'
/**
* This file is imported by the "bin/test.ts" entrypoint file
*/
@@ -19,7 +18,8 @@ export const plugins: Config['plugins'] = [
apiClient({
baseURL: 'http://localhost:3333',
}),
pluginAdonisJS(app)]
pluginAdonisJS(app),
]
/**
* Configure lifecycle function to run before and after all the