Skip to content

feat: add testing framework and initial test cases#1

Merged
jimmyNicholas merged 2 commits intomainfrom
feat/add-testing-20250710
Jul 10, 2025
Merged

feat: add testing framework and initial test cases#1
jimmyNicholas merged 2 commits intomainfrom
feat/add-testing-20250710

Conversation

@jimmyNicholas
Copy link
Owner

  • Updated package.json to include Vitest and testing libraries.
  • Created unit tests for music library functions in lib.test.ts.
  • Added smoke tests to verify basic functionality in smoke.test.ts.
  • Set up test environment with mocks for Tone.js and Web Audio API in test-setup.ts.
  • Configured Vitest with jsdom environment and setup files in vitest.config.ts.

- Updated package.json to include Vitest and testing libraries.
- Created unit tests for music library functions in lib.test.ts.
- Added smoke tests to verify basic functionality in smoke.test.ts.
- Set up test environment with mocks for Tone.js and Web Audio API in test-setup.ts.
- Configured Vitest with jsdom environment and setup files in vitest.config.ts.
@jimmyNicholas jimmyNicholas merged commit 727c4f5 into main Jul 10, 2025
@jimmyNicholas jimmyNicholas deleted the feat/add-testing-20250710 branch July 10, 2025 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant