Skip to content

Commit f1d52ce

Browse files
committed
Removed redundant tests
1 parent ea9043f commit f1d52ce

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/__tests__/base.model.test.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -412,20 +412,6 @@ describe('Base Model Utility Functions', () => {
412412
});
413413
*/
414414
});
415-
416-
describe('utility function coverage', () => {
417-
it('should test getHuggingfaceUrl function indirectly', () => {
418-
// This is tested indirectly through the load method above
419-
// The function generates URLs like: https://huggingface.co/{model}/resolve/main/{filepath}
420-
expect(true).toBe(true);
421-
});
422-
423-
it('should test load function indirectly', () => {
424-
// This is tested indirectly through the load method above
425-
// The function fetches data and converts to ArrayBuffer
426-
expect(true).toBe(true);
427-
});
428-
});
429415
});
430416

431417
// Integration test using existing setup.js mocking

0 commit comments

Comments
 (0)