chore(release): prepare v0.16.0

This commit is contained in:
2026-06-10 23:05:37 -07:00
parent e2afceb492
commit 131b23efa9
24 changed files with 222 additions and 108 deletions
+4 -1
View File
@@ -175,7 +175,10 @@ test('update overlay notification action triggers install flow', () => {
assert.match(source, /actionId === OPEN_ANKI_CARD_ACTION_ID && noteId !== undefined/);
assert.match(source, /appState\.ankiIntegration\?\.openNoteInAnki\(noteId\)/);
assert.match(source, /appState\.runtimeOptionsManager\?\.getEffectiveAnkiConnectConfig/);
assert.match(source, /new AnkiConnectClient\(\s*effectiveAnkiConfig\.url \|\| DEFAULT_CONFIG\.ankiConnect\.url/);
assert.match(
source,
/new AnkiConnectClient\(\s*effectiveAnkiConfig\.url \|\| DEFAULT_CONFIG\.ankiConnect\.url/,
);
assert.match(source, /fallbackClient\.openNoteInBrowser\(noteId\)/);
});