Skip to content

Commit

Permalink
fix: initializeMarkdown test
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Sep 26, 2024
1 parent 7607224 commit 7765599
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/performance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
Expand Down Expand Up @@ -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')

Expand Down

0 comments on commit 7765599

Please sign in to comment.