diff --git a/e2e/cases/assets-retry/index.test.ts b/e2e/cases/assets-retry/index.test.ts index a799c7f1a0..dc64f00433 100644 --- a/e2e/cases/assets-retry/index.test.ts +++ b/e2e/cases/assets-retry/index.test.ts @@ -1,5 +1,5 @@ import { dev, gotoPage, proxyConsole } from '@e2e/helper'; -import { expect, type Page, test } from '@playwright/test'; +import { type Page, expect, test } from '@playwright/test'; import { type RequestHandler, logger } from '@rsbuild/core'; import { pluginAssetsRetry } from '@rsbuild/plugin-assets-retry'; import type { PluginAssetsRetryOptions } from '@rsbuild/plugin-assets-retry';