Commit graph

5 commits

Author SHA1 Message Date
Ryan Bantz
b425a7b952 test: add initial test suite for plugin functionality
- Add Jest configuration and TypeScript support
- Create tests for main plugin functionality (initialization, settings)
- Add tests for Asana API integration (workspaces, projects, tasks)
- Set up mock files for Obsidian API and test environment
- Add test scripts to package.json

This commit sets up a basic test infrastructure to ensure the plugin's
core functionality works as expected and to catch potential regressions
in future changes.
2025-04-29 17:03:43 -05:00
Ryan Bantz
e80e621e56 chore(release): bump version to 0.1.8 2025-04-05 21:42:56 -05:00
Ryan Bantz
1ec59d04c2 Remove obsidian from the id 2025-02-09 15:21:15 -06:00
Ryan Bantz
41287abd76 Update the package name 2025-02-09 15:14:41 -06:00
Ryan Bantz
01861969bb Initial commit 2024-11-25 16:04:29 -06:00