fix: update test assertion for new key escaping format

The MappingKey::escape_project now replaces / with :: so
'issue:g/p:42' becomes 'issue:g::p:42'.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
teernisse
2026-02-26 11:03:25 -05:00
parent 0efc09d4bd
commit 5078cb506a
11 changed files with 353 additions and 74 deletions

View File

@@ -4,7 +4,7 @@ import reactHooks from "eslint-plugin-react-hooks";
import tseslint from "typescript-eslint";
export default tseslint.config(
{ ignores: ["dist", "src-tauri"] },
{ ignores: ["dist", "src-tauri", "src/lib/bindings.ts"] },
{
extends: [js.configs.recommended, ...tseslint.configs.recommended],
files: ["**/*.{ts,tsx}"],