Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/releases/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ Example:

- (#1764) Fixed Google Calendar sync using stale task metadata after rapid task updates, and fixed late recurring completions/skips recording the completion day instead of the scheduled occurrence date.
- Thanks to @martin-forge for the PR and to @jpmoo for reporting the recurring completion issues.
- Fixed CI test runs resolving the NLP parser package from a local sibling checkout instead of the published dependency.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
},
setupFilesAfterEnv: ['<rootDir>/tests/test-setup.ts'],
moduleNameMapper: {
'^tasknotes-nlp-core$': '<rootDir>/../tasknotes-nlp-core/src/index.ts',
'^obsidian$': '<rootDir>/tests/__mocks__/obsidian.ts',
'^@fullcalendar/(.*)$': '<rootDir>/tests/__mocks__/fullcalendar.ts',
// Keep mocks for complex/large libraries that benefit from controlled testing
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"obsidian-daily-notes-interface": "^0.9.4",
"reflect-metadata": "^0.2.2",
"rrule": "^2.8.1",
"tasknotes-nlp-core": "^0.1.0",
"tasknotes-nlp-core": "^0.1.1",
"yaml": "^2.3.1",
"zod": "^3.24.0"
}
Expand Down
Loading