stuff
This commit is contained in:
Regular → Executable
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user