mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
Tests: - Markdown parser tests with edge cases and error handling - Task operations generator tests for create/update/delete/reorder - SP to markdown conversion tests with ordering validation - Sync state verification tests - Integration tests for full sync workflows - File utilities tests Configuration: - Jest setup for plugin testing - ESLint and Prettier configuration - Test utilities and mocks
6 lines
102 B
JSON
6 lines
102 B
JSON
{
|
|
"extends": "../../../.eslintrc.json",
|
|
"parserOptions": {
|
|
"project": "./tsconfig.json"
|
|
}
|
|
}
|