test-case added.

This commit is contained in:
divy-11
2025-10-19 19:50:19 +05:30
parent 2e2c634b41
commit a605e56834
3 changed files with 113 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ describe('Tool Configuration Arrays', () => {
it('should have the correct number of tools', () => {
// This acts as a snapshot test to catch unexpected additions/removals.
expect(singlePdfLoadTools).toHaveLength(40);
expect(singlePdfLoadTools).toHaveLength(39);
});
it('should not contain any duplicate tools', () => {
@@ -61,7 +61,7 @@ describe('Tool Configuration Arrays', () => {
});
it('should have the correct number of tools', () => {
expect(multiFileTools).toHaveLength(12);
expect(multiFileTools).toHaveLength(13);
});
it('should not contain any duplicate tools', () => {