From e845afc120fd1a8803fefaff42ec2755c66cbe63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 7 Jan 2025 17:59:41 -0500 Subject: [PATCH] test: missing service worker test --- test/controllers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/controllers.js b/test/controllers.js index d0eec251c7..bd5cd60fd0 100644 --- a/test/controllers.js +++ b/test/controllers.js @@ -219,6 +219,7 @@ describe('Controllers', () => { { it: 'should get topic data', url: `/api/v3/topics/1` }, { it: 'should get category data', url: `/api/v3/categories/1` }, { it: 'should return osd data', url: `/osd.xml` }, + { it: 'should load service worker', url: '/service-worker.js' }, ]; testRoutes.forEach((route) => { it(route.it, async () => {