From 7765599e3872776362b07dbdb21ac6f4553ae218 Mon Sep 17 00:00:00 2001 From: Pavel Kuzmin Date: Fri, 27 Sep 2024 03:12:13 +0500 Subject: [PATCH] fix: initializeMarkdown test --- test/performance.test.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/performance.test.ts b/test/performance.test.ts index 256b6a99..c301f6a9 100644 --- a/test/performance.test.ts +++ b/test/performance.test.ts @@ -168,9 +168,6 @@ The chosen testing methodology is designed to reflect the scenarios that develop `) } -// Инициализация файла -initializeMarkdown() - test.use({ nuxt: { rootDir: fileURLToPath(new URL('./fixtures/i18n-micro', import.meta.url)), @@ -504,6 +501,8 @@ Stress Test Results: test('compare build performance and stress test', async () => { test.setTimeout(1600000) + initializeMarkdown() + const i18nResults = await measureBuildPerformance('./test/fixtures/i18n') const i18nNextResults = await measureBuildPerformance('./test/fixtures/i18n-micro')