mirror of
https://github.com/mnaoumov/obsidian-insert-multiple-attachments.git
synced 2026-07-22 11:30:26 +00:00
The unit tests mocked obsidian-dev-utils base classes (PluginBase, EditorCommandHandler, PluginSettingsTabBase, PluginSettingsComponentBase) and wholesale-replaced the obsidian module, re-creating their bodies. Those fakes had drifted from obsidian-dev-utils 74.1.0, leaving the suite red. Convert every unit test to the real bases via the obsidian-test-mocks bridge: - plugin: driven through the real PluginBase.onload lifecycle - invoke command handler: real EditorCommandHandler via buildCommand - settings component: real legacy-converter flow via loadWithPromises - settings tab: real base + real Setting/TextComponent, bind neutralized - insert attachments control: real basename/extname, only convertAsyncToSync kept as the sanctioned identity stub Add offref to cspell words.
20 lines
311 B
JSON
20 lines
311 B
JSON
{
|
|
"version": "0.2",
|
|
"ignorePaths": [
|
|
"coverage",
|
|
"dist",
|
|
"node_modules",
|
|
"tsconfig.tsbuildinfo"
|
|
],
|
|
"dictionaryDefinitions": [],
|
|
"dictionaries": [],
|
|
"words": [
|
|
"mnaoumov",
|
|
"Naumov",
|
|
"offref",
|
|
"tsbuildinfo"
|
|
],
|
|
"ignoreWords": [],
|
|
"import": [],
|
|
"enabled": true
|
|
}
|