1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/app-cli/tests
2020-11-11 11:52:47 +00:00
..
enex_to_html All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
enex_to_md All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
html_to_html All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
html_to_md All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
md_to_html All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
md_to_md All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
services/plugins Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
support Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
.gitignore All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
ArrayUtils.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
database.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
EnexToHtml.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
EnexToMd.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
eventManager.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
feature_NoteHistory.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
feature_NoteList.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
feature_ShowAllNotes.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
feature_TagList.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
file_api_driver.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
filterParser.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
fsDriver.ts Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
HtmlToHtml.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
HtmlToMd.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
htmlUtils.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
InMemoryCache.ts Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
markdownUtils.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
MarkupToHtml.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
MdToHtml.ts Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
MdToMd.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
mimeUtils.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
models_BaseItem.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
models_Folder.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
models_ItemChange.js Chore: Convert ResourceService to TypeScript 2020-11-08 16:46:48 +00:00
models_Note_CustomSortOrder.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
models_Note.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
models_Resource.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
models_Revision.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
models_Setting.ts Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
models_Tag.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
pathUtils.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
reducer.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
services_CommandService.ts Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
services_EncryptionService.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
services_InteropService_Exporter_Md.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
services_InteropService.ts Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
services_keychainService.ts Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
services_KeymapService.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
services_KvStore.js Desktop: Added toolbar button to switch spell checker language 2020-11-08 01:08:33 +00:00
services_PluginService.ts Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
services_ResourceService.ts Chore: Convert ResourceService to TypeScript 2020-11-08 16:46:48 +00:00
services_rest_Api.ts API: Change pagination to has_more model 2020-11-11 11:52:47 +00:00
services_Revision.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
services_SearchEngine.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
services_SearchFilter.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
StringUtils.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
synchronizer_LockHandler.ts Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
synchronizer_MigrationHandler.ts Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
synchronizer.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
TaskQueue.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
test-utils.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00
timeUtils.js Tools: Renamed package namespace from @joplinapp to @joplin 2020-11-07 15:59:37 +00:00
urlUtils.js Tools: Replace Jasmine with Jest to run tests 2020-11-10 15:59:30 +00:00