test: missing service worker test

This commit is contained in:
Barış Soner Uşaklı
2025-01-07 17:59:41 -05:00
parent 54233dcdf0
commit e845afc120

View File

@@ -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 () => {