From e27ffbb6e28fb4ef091af1f907bd24a8afb97117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 21 May 2026 22:06:52 +0200 Subject: [PATCH] temporary_link feature --- tests/frontend_modules.test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/frontend_modules.test.mjs b/tests/frontend_modules.test.mjs index eeacd1f..e62e517 100644 --- a/tests/frontend_modules.test.mjs +++ b/tests/frontend_modules.test.mjs @@ -4,7 +4,7 @@ global.window = {PYTORRENT_DISABLE_AUTOSTART: true}; const app = await import('../pytorrent/static/js/app.js'); const source = app.buildRuntimeSource(); -assert.equal(app.moduleSources.length, 12, 'all frontend module chunks are loaded'); +assert.equal(app.moduleSources.length, 18, 'all frontend module chunks are loaded'); assert.doesNotThrow(() => Function('io', source), 'assembled frontend runtime compiles'); for (const marker of [