Skip to content

Commit

Permalink
test: missing service worker test
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Jan 7, 2025
1 parent 54233dc commit e845afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit e845afc

Please sign in to comment.