mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
- Move resolvePythonExecutable, getPluginVersion, classifyError, ACTIONS, etc. to src/testable.js - main.js now requires from ./src/testable.js instead of inline duplication - Tests import from ../src/testable.js (no obsidian dependency) - Remove vitest obsidian mock setup (no longer needed) - Fixes L3 Plugin Tests that failed because main.js requires 'obsidian' |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| main.js | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| styles.css | ||
| versions.json | ||
| vitest.config.ts | ||