christopher-caldwell / react-kanban

react-kanban
MIT License
18 stars 10 forks source link

Fixed utils test and related configuration #40

Open aigerimmmm opened 2 months ago

aigerimmmm commented 2 months ago

Description

Modified the utils.spec.ts to update test cases for the changes in utils.ts. Updated jest.config.ts to ensure proper test environment setup. Refactored utils.ts to fix identified issues.

Related Issue

This PR addresses issue https://github.com/christopher-caldwell/react-kanban/issues/36 .

How Has This Been Tested?

Ran the specific test file using npx jest _ tests _/services/utils.spec.ts to verify that all tests pass.

Has the demo been updated?

N/A

Screenshots (if appropriate):