mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
351c10d814
Add comprehensive testing documentation to the kit-extensions skill: - Add code example showing basic test structure with LoadFile(), Emit(), and assertions - Document key testing patterns (LoadFile vs LoadString, event emission, assertions) - List 25+ assertion helpers available in test package - Reference tool-logger_test.go as complete example with 14 test cases - Add link to internal/extensions/test/ in Key Files section - Maintain existing CLI testing commands section The skill now provides complete guidance for testing extensions alongside development.