Skip to content

Commit c978efa

Browse files
committed
BB-17: Fix build configuration issues - remove redundant Jest dependencies and add missing TypeScript dependencies (#29)
Automatic commit - 557a1ea89a7db220a4416f00563e129d645e3ec1
1 parent c11b076 commit c978efa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/misc/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ This log was starting
4444
* Established comprehensive frontend testing infrastructure with Vitest framework, replacing Jest configuration with modern testing setup including Vue Test Utils integration, comprehensive test utilities for component testing, example tests for Vue components, and complete documentation for frontend testing standards
4545
* Implemented URL builder utilities with TypeScript support for consistent URL construction patterns, proper query parameter handling, path building with encoding, and comprehensive unit tests
4646
* Standardised JavaScript service patterns and error handling across all service files: fixed axios configuration syntax errors, replaced custom error handling with consistent handleResponse usage, removed unnecessary headers and data properties from GET requests, and corrected export naming inconsistencies
47+
* Fixed build configuration issues by removing redundant Jest dependencies (keeping Vitest as the primary testing framework) and added missing TypeScript dependencies (@types/node, @types/vue, typescript) to ensure proper development workflow and prevent build failures
4748
* Fixed CSS organisation issues and inconsistent styling patterns: removed duplicate button class definitions between app.css and three.css files, cleaned up extra blank lines and formatting inconsistencies, consolidated conflicting .btn--main, .btn--danger, and .btn--secondary definitions, and created comprehensive styling standards documentation to establish clear guidelines for Tailwind vs custom CSS usage
4849

4950

0 commit comments

Comments
 (0)