chore(deps): update deps

This commit is contained in:
Sonny
2025-11-09 03:15:13 +01:00
parent 64cd4820c5
commit d03004b841
5 changed files with 1292 additions and 994 deletions

View File

@@ -1,9 +1,9 @@
import { assert } from '@japa/assert';
import app from '@adonisjs/core/services/app';
import type { Config } from '@japa/runner/types';
import { pluginAdonisJS } from '@japa/plugin-adonisjs';
import testUtils from '@adonisjs/core/services/test_utils';
import { izzyRoutePlugin } from '@izzyjs/route/plugins/japa';
import { assert } from '@japa/assert';
import { pluginAdonisJS } from '@japa/plugin-adonisjs';
import type { Config } from '@japa/runner/types';
/**
* This file is imported by the "bin/test.ts" entrypoint file
@@ -16,7 +16,7 @@ import { izzyRoutePlugin } from '@izzyjs/route/plugins/japa';
export const plugins: Config['plugins'] = [
assert(),
pluginAdonisJS(app),
izzyRoutePlugin(),
izzyRoutePlugin(app),
];
/**