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 [