stuff
This commit is contained in:
Regular → Executable
Regular → Executable
+1
-2
@@ -18,7 +18,7 @@ import { apiClient } from '@japa/api-client'
|
|||||||
|
|
||||||
configure({
|
configure({
|
||||||
files: ['tests/**/*.spec.js'],
|
files: ['tests/**/*.spec.js'],
|
||||||
plugins: [apiClient('https://localhost:3333')]
|
plugins: [apiClient('https://localhost:3333')],
|
||||||
})
|
})
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -49,7 +49,6 @@ new Ignitor(APP_ROOT, { importer: IMPORTER })
|
|||||||
.testRunner()
|
.testRunner()
|
||||||
.configure(async (app) => {
|
.configure(async (app) => {
|
||||||
const { runnerHooks, ...config } = await import('../tests/bootstrap.js')
|
const { runnerHooks, ...config } = await import('../tests/bootstrap.js')
|
||||||
|
|
||||||
processCLIArgs(process.argv.splice(2))
|
processCLIArgs(process.argv.splice(2))
|
||||||
configure({
|
configure({
|
||||||
...app.rcFile.tests,
|
...app.rcFile.tests,
|
||||||
|
|||||||
Regular → Executable
Reference in New Issue
Block a user